Upgrade deps, tweaks to bundle comments

This commit is contained in:
Zach Leatherman
2024-09-11 16:14:43 -05:00
parent ffa7c673cd
commit 5eca0a3035
4 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
---
layout: layouts/base.njk
---
{# Only include the syntax highlighter CSS on blog posts #}
{# Only include the syntax highlighter CSS on blog posts, included with the CSS per-page bundle #}
{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %}
{%- css %}{% include "public/css/prism-diff.css" %}{%- endcss %}
<h1>{{ title }}</h1>