feat: add foot next prev page and tags in header

Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde
2024-11-02 10:16:34 -07:00
parent 61a7ad85c4
commit 92bc90b3bd
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ theme:
- navigation.tracking
# - navigation.expand
- navigation.top
- navigation.footer
nav:
- Home: index.md

View File

@ -18,6 +18,11 @@
</a>
{% endif %}
<!-- Tags -->
{% if "material/tags" in config.plugins and tags %}
{% include "partials/tags.html" %}
{% endif %}
<!-- Markdown content -->
{{ page.content }}
{% include "partials/comments.html" %}