Skip to content

Commit a7eb8b7

Browse files
XhmikosRSEWeiTung
authored andcommitted
fix generation on Windows(#2629)
fix generation on Windows for 'category-index.hbs'.
1 parent cd99f31 commit a7eb8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/category-index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ul class="blog-index">
1515
{{#each collections.blog}}
1616
{{#unless listing}}
17-
{{#startswith path ../path}}
17+
{{#startswith path (slashes ../path)}}
1818
{{#if title}}
1919
<li>
2020
<time datetime="{{ strftime date '%FT%T%z' }}">{{ strftime date "%d %b %y" }}</time>

0 commit comments

Comments
 (0)