From: Jean-Philippe Orsini Date: Tue, 23 Aug 2016 01:42:33 +0000 (+0200) Subject: Merge branch 'master' of ssh://srv2.wpitchoune.net/srv/git/www X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=6c6f9ec62256a2c934f081d15fbfc3ffe1bff714;hp=bf69c86bf77da1781e8f007d6ac94c686d6eecf2 Merge branch 'master' of ssh://srv2.wpitchoune.net/srv/git/www --- 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..28d71e9 --- /dev/null +++ b/src/footer.html @@ -0,0 +1,15 @@ + diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index f82b36f..89b2df6 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -21,5 +21,20 @@ website with the following RSS feed: with a very simple program from Asciidoctor documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

- + + \ No newline at end of file diff --git a/www/news/asciidoctor_to_rss.html b/www/news/asciidoctor_to_rss.html index 1f48b4c..10b6f9c 100644 --- a/www/news/asciidoctor_to_rss.html +++ b/www/news/asciidoctor_to_rss.html @@ -184,5 +184,20 @@ compatible with RSS v2.0.

- + + \ No newline at end of file diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index f1921d7..0d16340 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -17,5 +17,20 @@ weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor it is now the good timeframe. See the instructions.

- + + \ No newline at end of file diff --git a/www/news/new_website.html b/www/news/new_website.html index 7dce266..c4cf37f 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -27,5 +27,20 @@ account creation, and backup of databases.

If you want to know how the website is built, everything is on a GIT repository: http://git.wpitchoune.net/gitweb/?p=www.git. It is simple, really simple…​ but enough for my needs.

- + + \ No newline at end of file diff --git a/www/news/news.html b/www/news/news.html index bcf505c..c0ebc70 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -241,5 +241,20 @@ it is now the good timeframe. See the instructions.

- + + \ No newline at end of file diff --git a/www/style.css b/www/style.css index 7b2d34b..4574914 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,39 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + margin-top: 1em; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; + font-size: 80%; +} + +footer a, footer a:visited { + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +} + +footer a, footer a:visited, footer a:hover, footer i { + color: white; +} + +footer li { + list-style: none; + margin: 0; + padding: 0; +} + +footer ul { + margin: 0; + padding: 0; +} + h1 { font-size: 250%; font-weight: bold;