From 7876c2efa6de701d951cfb07ebd70f1248893c0c Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jan 2018 22:20:24 +0100 Subject: Using the same components for title-text --- crumbs/templates/home.html | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'crumbs/templates/home.html') diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html index 5106d4b..bb8f24a 100755 --- a/crumbs/templates/home.html +++ b/crumbs/templates/home.html @@ -1,20 +1,8 @@ - - - {{ SITENAME }} - - - - - - - - - - - - + {% with type='home' %} + {% include "components/html_head.html" %} + {% endwith %} @@ -34,20 +22,11 @@ {% endif %} {% endfor %} - - - - - -
-

- # ~ - Fun - Memory - Violations - -

-
+ + {% with title_type='title' %} + {% include "components/title_text.html" %} + {% endwith %} + {% include "components/super_gay.html" %} -- cgit v1.2.3