Skip to content

Commit b951d64

Browse files
XhmikosRTrott
authored andcommitted
knowledge-base-index.hbs: fix HTML validation error.
1 parent 34a36db commit b951d64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/knowledge-base-index.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
<article>
1414
{{{ contents }}}
1515

16+
<ul class="no-padding">
1617
{{#each collections.knowledgeBase}}
1718
{{#startswith path 'knowledge/'}}
1819
<li><a href="/{{../site.locale}}/{{ path }}/">{{ title }}</a></li>
1920
{{/startswith}}
2021
{{/each}}
22+
</ul>
2123
</article>
2224

2325
</div>

0 commit comments

Comments
 (0)