diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-16 20:41:33 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-16 20:41:33 +0200 |
commit | 7e91372e35ef89e5b77c0a91feadb0396988c543 (patch) | |
tree | c18703b963b5cd8b97d3f10c0bbe9f985fca5ebb /templates | |
parent | ce80bbb0cfa509d5172152fed6f9bf1cced4c2fe (diff) |
template change
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 5c4602b..9288a40 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -10,7 +10,7 @@ <meta name="author" content="sublab e.V."> <meta name="robots" content="index,follow"> - <meta name="dcterms.date" content="<TMPL_VAR MTIME>"> + <meta name="dcterms.date" content=""> <meta name="keywords" content="sublab, Hackerspace, Leipzig, Computer, Linux, Freie Software, "> <meta name="description" lang="de" content=""> <meta name="description" lang="en" content=""> @@ -155,12 +155,13 @@ <a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>/ </TMPL_LOOP> </span> +<!-- <span class="title"> <TMPL_VAR TITLE> <TMPL_IF ISTRANSLATION> (<TMPL_VAR PERCENTTRANSLATED>%) </TMPL_IF> -</span> +</span>--> </span> <TMPL_IF SEARCHFORM> <TMPL_VAR SEARCHFORM> |