From ee93544d95fe168374883a0ad3034a6a4089063c Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Wed, 4 May 2016 17:35:13 +0200 Subject: [PATCH] =?UTF-8?q?Formattierungshilfe=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/blog.css | 2 ++ templates/help.html | 15 +++++++++++++++ templates/index.html | 4 +++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 templates/help.html diff --git a/static/blog.css b/static/blog.css index 879f864..3db33c9 100644 --- a/static/blog.css +++ b/static/blog.css @@ -18,6 +18,8 @@ blockquote { code { font-family: 'Hack', monospace; + color: #000; + background: #fff; } body { diff --git a/templates/help.html b/templates/help.html new file mode 100644 index 0000000..dec24f5 --- /dev/null +++ b/templates/help.html @@ -0,0 +1,15 @@ +

Formattierung

+ diff --git a/templates/index.html b/templates/index.html index daa2978..7f0ef14 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,9 @@ -
+
+ {% include 'help.html' %} +