diff --git a/themes/cmd/layout/includes/layout.swig b/themes/cmd/layout/includes/layout.swig index d66ad6e..f6df304 100644 --- a/themes/cmd/layout/includes/layout.swig +++ b/themes/cmd/layout/includes/layout.swig @@ -35,7 +35,8 @@ {% if theme.stylesheets !== undefined && theme.stylesheets.length > 0 %} {# stylesheet list from _config.yml #} {% for url in theme.stylesheets %} - + + {% endfor %} {% endif %} diff --git a/themes/cmd/layout/post.swig b/themes/cmd/layout/post.swig index cdf8345..ab505f4 100644 --- a/themes/cmd/layout/post.swig +++ b/themes/cmd/layout/post.swig @@ -35,7 +35,7 @@ {% if page.photos && page.photos.length > 0%} {{Gallery(page.photos)}} {% endif %} -
+
{% autoescape false %}{{ page.content }}{% endautoescape %}