Skip to content

Commit

Permalink
Merge pull request #22 from niltonheck/main
Browse files Browse the repository at this point in the history
Fix: missing post toc i18n
  • Loading branch information
oscarotero authored Jul 21, 2024
2 parents ae9854b + bf76d43 commit 98e39d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/post.vto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bodyClass: body-post

{{ if toc.length }}
<nav class="toc">
<h2>Table of contents</h2>
<h2>{{ i18n.nav.toc }}</h2>
<ol>
{{ for item of toc }}
<li>
Expand Down

0 comments on commit 98e39d4

Please sign in to comment.