From 8a06fd758f3fef07e3b2c22d7340105eacc08ffb Mon Sep 17 00:00:00 2001 From: kmurphypolygon Date: Mon, 8 Jan 2024 12:17:10 +0100 Subject: [PATCH] trying again --- overrides/main.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/overrides/main.html b/overrides/main.html index c58f32e0a..1b868f891 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,17 +1,5 @@ {% extends "base.html" %} -{% block content %} - {{ super() }} - - {% if git_page_authors %} -
- - Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} - -
- {% endif %} -{% endblock %} - {% block scripts %} {{ super() }}