From e748b53b6a71646df7839ff22feb25f10a6f9195 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sat, 26 Aug 2017 13:49:54 +0200 Subject: [PATCH] Add layout template extension (forgot to commit it. Sorry...) --- docs/_templates/layout.html | 4 ++++ 1 file changed, 4 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..6f9ef62 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,4 @@ +{% extends "!layout.html" %} +{% block extrahead %} + +{% endblock %}