From cfef0a2f43cdd59b4f52df68f7787db3eceae377 Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Mon, 15 Aug 2022 13:21:12 +0100 Subject: [PATCH] Update Mkdocs with custom theme --- custom_theme/main.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/custom_theme/main.html b/custom_theme/main.html index 4038f5d..142bea2 100644 --- a/custom_theme/main.html +++ b/custom_theme/main.html @@ -1,12 +1,9 @@ - - - {% extends "base.html" %} {% block extrahead %} - + {% set title = config.site_name %} {% if page and page.meta and page.meta.title %} {% set title = title ~ " - " ~ page.meta.title %} @@ -18,6 +15,8 @@ {% set description = page.meta.description %} {% endif %} + + {#