From 63db76e327121ba5e92869b9c9c21211724dd0d9 Mon Sep 17 00:00:00 2001 From: TimoDiepers Date: Tue, 21 May 2024 12:21:31 +0200 Subject: [PATCH] add layout template for docs --- docs/_templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000..3d9239d --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends "!layout.html" %} + +{% block extrahead %} + +{{ super() }} +{% endblock %}