From 86543e3e1ce71647db25cbf3f318f23e5a1f57a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto <rhatto@riseup.net> Date: Sun, 30 Nov 2014 14:08:47 -0200 Subject: [PATCH] Feed link --- local.css | 5 +++++ templates/page.tmpl | 1 + todo.mdwn | 3 +-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 21ee841..4c91ed8 100644 --- a/local.css +++ b/local.css @@ -3,3 +3,8 @@ body { padding-top: 20px; padding-bottom: 60px; } + +.feedbutton { + display: none; + visibility: hidden; +} diff --git a/templates/page.tmpl b/templates/page.tmpl index cfc9b83..239617e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -139,6 +139,7 @@ <li><TMPL_VAR TITLE></li> <li><span class="divider">|</span> <a href="/about">About</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">History</a></li> + <li><span class="divider">|</span> <a href="/index.rss">Feed</a></li> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> diff --git a/todo.mdwn b/todo.mdwn index e4c7337..75e88fa 100644 --- a/todo.mdwn +++ b/todo.mdwn @@ -1,4 +1,3 @@ [[!meta title="TODO"]] -* Better theming. -* RSS icon. +* Nothing here? :P -- GitLab