diff --git a/local.css b/local.css index 21ee841f7905a2cd0c6d0896edcbd65cec6bb2a0..4c91ed89abe052b54cce2afce393a36b32cbd3c6 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 cfc9b83d99dd6070b67fff335b3067f124fe70ff..239617e7bf1757d7e183378762beb85a6a93ba60 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 e4c7337abe80c24f7506fb03ba53b00ff66b1a6e..75e88fa4309ba59c311c423cab0108277abcfef1 100644 --- a/todo.mdwn +++ b/todo.mdwn @@ -1,4 +1,3 @@ [[!meta title="TODO"]] -* Better theming. -* RSS icon. +* Nothing here? :P