From 2674edfacc2ca122707305aaf03fadf279c63a54 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 10 Aug 2019 18:34:18 +0200 Subject: [PATCH] footer --- public/css/style.css | 11 +++++++++++ templates/base.html.twig | 21 +++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 public/css/style.css diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..684adfd --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,11 @@ +.footer { + padding: 10px; + width: 100%; + height: 150px; + background-color: #f5f5f5; +} +#main_contain { + display: table; + width: 100%; + height: 100%; +} \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 6d23ec0..34377f8 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -10,7 +10,7 @@ {% block title %}{{ rss_feed_title }}{% endblock %} - + {% block stylesheets %} {% endblock %} @@ -28,10 +28,27 @@ -
+
{% block content %}{% endblock %}
+ +
+
+
+
+ FediPlan -{{ "now"|date("Y") }}
+ License: GPL 3 +
+
+ Author: Thomas
+ Mastodon: @Fedilab
+ Framagit: @tom79
+ Github: @stom79
+
+
+
+