Skip to content

Commit f8c76e7

Browse files
committed
Merge branch 'main' of https://github.com/EmptyWork/emptywork.github.io into test-redirect
2 parents ee27292 + 7f5fa28 commit f8c76e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/article.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: 'layouts/secondary.njk'
3-
style: 'use/article.css'
3+
style: 'article.css'
44
---
55
{% set previousPost = collections.post | getPreviousCollectionItem(page) %}
66
{% set nextPost = collections.post | getNextCollectionItem(page) %}

0 commit comments

Comments
 (0)