From 92bc90b3bd859033bb20665bdd83b5ff2d5eb273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sat, 2 Nov 2024 10:16:34 -0700 Subject: [PATCH] feat: add foot next prev page and tags in header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- mkdocs.yml | 1 + overrides/partials/content.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index e0cb72563..ef7410c9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,6 +32,7 @@ theme: - navigation.tracking # - navigation.expand - navigation.top + - navigation.footer nav: - Home: index.md diff --git a/overrides/partials/content.html b/overrides/partials/content.html index 373d5fa15..99b42b7a8 100644 --- a/overrides/partials/content.html +++ b/overrides/partials/content.html @@ -18,6 +18,11 @@ {% endif %} + +{% if "material/tags" in config.plugins and tags %} + {% include "partials/tags.html" %} +{% endif %} + {{ page.content }} {% include "partials/comments.html" %}