Skip to content

Commit 5db6fbe

Browse files
author
Jordan McCullough
committed
Merge pull request #52 from github/fix-style-link
Fix conditional for theme style
2 parents bd9d9cd + 9427697 commit 5db6fbe

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)