We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99f31 commit a7eb8b7Copy full SHA for a7eb8b7
layouts/category-index.hbs
@@ -14,7 +14,7 @@
14
<ul class="blog-index">
15
{{#each collections.blog}}
16
{{#unless listing}}
17
- {{#startswith path ../path}}
+ {{#startswith path (slashes ../path)}}
18
{{#if title}}
19
<li>
20
<time datetime="{{ strftime date '%FT%T%z' }}">{{ strftime date "%d %b %y" }}</time>
0 commit comments