diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-05-02 11:48:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 13:41:03 +0200 |
commit | 0e1bb78e6e1d3a6c587673a1d2d07bca2f8e4422 (patch) | |
tree | f11d99309820da3aa663b72251d294906a978c80 | |
parent | 58260fb382074f54797c3557b51bdca2ccb9ad4e (diff) |
Set TITLE as h1 (not meta title) in autotag.
-rw-r--r-- | autotag.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotag.tmpl b/autotag.tmpl index 9162e9e..5ea99a6 100644 --- a/autotag.tmpl +++ b/autotag.tmpl @@ -1,4 +1,4 @@ -[[!meta title="pages tagged <TMPL_VAR TAGNAME>"]] +# pages tagged <TMPL_VAR TAGNAME> [[!inline pages="tagged(<TMPL_VAR TAG>)" actions="no" archive="yes" feedshow=10]] |