diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 11:28:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 11:28:46 -0200 |
commit | ca70cd72c314f0945f8e52408bfd71dd9eac9225 (patch) | |
tree | e99efe6861f8765632c7767cc3e4d8cea21b5cb5 /templates | |
parent | 2fe5868931634968c6387e626baeb27075ecfc77 (diff) | |
download | debian-ca70cd72c314f0945f8e52408bfd71dd9eac9225.tar.gz debian-ca70cd72c314f0945f8e52408bfd71dd9eac9225.tar.bz2 |
Index
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 b525d22..590445c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -51,7 +51,7 @@ <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="/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> </ul> |