diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:02:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:02:15 -0200 |
commit | b9bfb6deb4fb29851a0cf73804ae8e5b5f680be8 (patch) | |
tree | 66b8d81964b3b4680c099e26045a128329eb5666 /templates | |
parent | 822b1ee4aa71cdd604ff30db8f789ceef8348029 (diff) | |
download | blog-b9bfb6deb4fb29851a0cf73804ae8e5b5f680be8.tar.gz blog-b9bfb6deb4fb29851a0cf73804ae8e5b5f680be8.tar.bz2 |
Recent changes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 75a8315..7484fab 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -139,7 +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="<TMPL_VAR GETSOURCEURL>">Source</a></li> + <li><span class="divider">|</span> <a href="<TMPL_VAR RECENTCHANGESURL>">Recent Changes</a></li> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> |