aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index b525d22..ea20bfb 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -51,9 +51,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="/meta">Meta</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>
+ <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>tarefas">Tarefas</a></li>
+ <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">Histórico</a></li>
+ <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li>
</ul>
<TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
</div>