Update to latest bundle plugin
This commit is contained in:
@ -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 %}
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<ul class="post-metadata">
|
||||
|
Reference in New Issue
Block a user