Skip to content

Commit db99ce6

Browse files
committed
change: article.njkhighlight.css for styling
1 parent 68a1615 commit db99ce6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/_includes/layouts/article.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: 'layouts/secondary.njk'
3-
style: 'article.css'
3+
styles:
4+
- 'article.css'
5+
- 'highlight.css'
46
---
57

68
{% set previousPost = collections.post | getPreviousCollectionItem(page) %}

0 commit comments

Comments
 (0)