From 84c2f72639db99d4a71058b8d2dad9651eb5c788 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 2 Mar 2023 15:43:18 -0600 Subject: [PATCH] Update to latest bundle plugin --- _includes/layouts/post.njk | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) 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 %}

{{ title }}