Use the new eleventy-plugin-bundle
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user