mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-12-01 12:36:44 +00:00
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:
@ -32,6 +32,7 @@ theme:
|
||||
- navigation.tracking
|
||||
# - navigation.expand
|
||||
- navigation.top
|
||||
- navigation.footer
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
||||
@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user