feat: allow disable toc on page frontmatter

refactor: move pager to partial/components

chore: add head-css and favicons

- support favicons and page descriptions
- dynamic title based on page
- add custom head-end hook

feat: add opengraph to head

fix: sidebar not hiding when resizing
This commit is contained in:
Xin
2023-08-09 22:57:43 +01:00
parent ad3c607623
commit 750e566d24
11 changed files with 96 additions and 40 deletions

View File

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

View File

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