diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:01:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:01:22 -0200 |
commit | 822b1ee4aa71cdd604ff30db8f789ceef8348029 (patch) | |
tree | 4df7167856b659059ce9c4d0c6c024cf5a0050b1 /templates | |
parent | 27a5f9c8eeabda64537b86abbb4dcdff0cde4e4b (diff) | |
download | blog-822b1ee4aa71cdd604ff30db8f789ceef8348029.tar.gz blog-822b1ee4aa71cdd604ff30db8f789ceef8348029.tar.bz2 |
About / source
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index ff2d68f..75a8315 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -137,7 +137,9 @@ <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="divider">/</span> </li> </TMPL_LOOP> <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> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> |