Update to latest bundle plugin

This commit is contained in:
Zach Leatherman 2023-03-02 15:43:18 -06:00
parent 1c669486aa
commit 84c2f72639
2 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,9 @@
--- ---
layout: layouts/base.njk layout: layouts/base.njk
--- ---
{%- css %} {# Only include the syntax highlighter CSS on blog posts #}
/* Only include the syntax highlighter CSS on blog posts */ {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %}
{% include "node_modules/prismjs/themes/prism-okaidia.css" %} {%- css %}{% include "public/css/prism-diff.css" %}{%- endcss %}
{% include "public/css/prism-diff.css" %}
{%- endcss %}
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
<ul class="post-metadata"> <ul class="post-metadata">

View File

@ -35,7 +35,7 @@
"@11ty/eleventy": "^2.0.0", "@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^3.0.0", "@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.1", "@11ty/eleventy-plugin-bundle": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"luxon": "^3.2.1", "luxon": "^3.2.1",