From cc60038fcec9e038e0d92a8d8f738e7464f68ed7 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 11 Oct 2016 22:35:34 +0200 Subject: * basic footer for page template --- config/resources.json | 3 ++- src/_css/style.css | 1 + template/index.tpl | 13 ++++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 src/_css/style.css diff --git a/config/resources.json b/config/resources.json index 6226236..d069964 100644 --- a/config/resources.json +++ b/config/resources.json @@ -6,7 +6,8 @@ ], "sheets": [ "readable.min.css", - "ekko-lightbox.min.css" + "ekko-lightbox.min.css", + "style.css" ], "minify": 1 } diff --git a/src/_css/style.css b/src/_css/style.css new file mode 100644 index 0000000..ad8f4e8 --- /dev/null +++ b/src/_css/style.css @@ -0,0 +1 @@ +body { margin-top: 95px } diff --git a/template/index.tpl b/template/index.tpl index 66570bb..c6bc195 100644 --- a/template/index.tpl +++ b/template/index.tpl @@ -1,5 +1,5 @@ - + @@ -24,6 +24,17 @@ {$content} +
+
+ +
+ {foreach from=$scripts item=script} {/foreach} -- cgit v1.2.3