Use the new eleventy-plugin-bundle

This commit is contained in:
Zach Leatherman
2023-02-02 17:35:18 -06:00
parent 9fa7458062
commit c9595d8f42
5 changed files with 26 additions and 23 deletions

View File

@ -1,6 +1,11 @@
---
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 %}
<h1>{{ title }}</h1>
<ul class="post-metadata">