Skip to content

Commit 9427697

Browse files
author
jordanmccullough
committed
Fix conditional for theme style
1 parent bd9d9cd commit 9427697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/bare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" media="all" href=
1515
{% if page.theme == "home" %}
1616
"_stylesheets/page.css"
17-
{% elsif page.theme %}
17+
{% else page.theme %}
1818
"../_stylesheets/page.css"
1919
{% endif %}
2020
/>

0 commit comments

Comments
 (0)