From 0a4bbfb2379a58d347b75bf7220aa1709d2797c8 Mon Sep 17 00:00:00 2001
From: ViaFerrata <michimoser@onlinehome.de>
Date: Mon, 12 Nov 2018 16:16:49 +0100
Subject: [PATCH] Update docs!

---
 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..8cda2c0
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,4 @@
+{% extends "!layout.html" %}
+{% block extrahead %}
+    <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
+{% endblock %} 
-- 
GitLab