From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 12:53:01 +0000 (+0200) Subject: added footer X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=ea30002b4e0022eeec935ecbaaf25383e54b5ba4 added footer --- 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;