diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index bf4fa82..9543d2d 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -1,11 +1,9 @@ --- layout: layouts/base.njk --- -{%- css %} -/* Only include the syntax highlighter CSS on blog posts */ -{% include "node_modules/prismjs/themes/prism-okaidia.css" %} -{% include "public/css/prism-diff.css" %} -{%- endcss %} +{# Only include the syntax highlighter CSS on blog posts #} +{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} +{%- css %}{% include "public/css/prism-diff.css" %}{%- endcss %}