assets/css/styles.scss in adhesiones-jekyll-theme-0.3.0 vs assets/css/styles.scss in adhesiones-jekyll-theme-0.3.1
- old
+ new
@@ -1,8 +1,10 @@
---
# Ponemos un frontmatter porque queremos que Jekyll procese este archivo
---
+$secondary: #f31a69;
+
{%- assign theme = site.posts | find: "layout", "theme" -%}
{% if theme %}
{{ theme | yaml_to_scss: site.data.layouts.theme }}
{% endif %}