diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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> |