We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
article.njk
highlight.css
1 parent 68a1615 commit db99ce6Copy full SHA for db99ce6
1 file changed
src/_includes/layouts/article.njk
@@ -1,6 +1,8 @@
1
---
2
layout: 'layouts/secondary.njk'
3
-style: 'article.css'
+styles:
4
+ - 'article.css'
5
+ - 'highlight.css'
6
7
8
{% set previousPost = collections.post | getPreviousCollectionItem(page) %}
0 commit comments