added footer
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 12:53:01 +0000 (14:53 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 12:53:01 +0000 (14:53 +0200)
src/asciidoctorrss.props
src/footer.html [new file with mode: 0644]
www/style.css

index ee90a42..f3c2957 100644 (file)
@@ -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 (file)
index 0000000..c85fcc0
--- /dev/null
@@ -0,0 +1,3 @@
+<footer>
+        Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
+</footer>
index 7b2d34b..37bd324 100644 (file)
@@ -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;