From ea30002b4e0022eeec935ecbaaf25383e54b5ba4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 14:53:01 +0200 Subject: [PATCH] added footer --- src/asciidoctorrss.props | 1 + src/footer.html | 3 +++ www/style.css | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 src/footer.html diff --git a/src/asciidoctorrss.props b/src/asciidoctorrss.props index ee90a42..f3c2957 100644 --- a/src/asciidoctorrss.props +++ b/src/asciidoctorrss.props @@ -4,3 +4,4 @@ feed.link=https://wpitchoune.net/news/feed.xml feed.baseurl=https://wpitchoune.net/news html.header.file=src/header.html +html.footer.file=src/footer.html diff --git a/src/footer.html b/src/footer.html new file mode 100644 index 0000000..c85fcc0 --- /dev/null +++ b/src/footer.html @@ -0,0 +1,3 @@ + diff --git a/www/style.css b/www/style.css index 7b2d34b..37bd324 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,14 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; +} + h1 { font-size: 250%; font-weight: bold; -- 2.7.4