feat: support prev and next in frontmatter

This commit is contained in:
Xin
2023-08-20 19:20:24 +01:00
parent 15d3a4da5e
commit 228496f262
4 changed files with 18 additions and 2 deletions

View File

@ -10,6 +10,7 @@
{{ .Content }}
</div>
<div class="mt-16"></div>
{{ partial "components/last-updated.html" . }}
{{ partial "components/pager.html" . }}
</main>
</article>