diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 16:07:57 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 16:07:57 -0500 |
commit | f630b6ca370d9c3069b068ff1ed12ce0449cf2e4 (patch) | |
tree | b242f31e65adedbce988213b9e6f3fb672f87afe /templates | |
parent | ce00d70bd8301195ab88baeac3373e28f5fa73d8 (diff) | |
download | ikiwiki-f630b6ca370d9c3069b068ff1ed12ce0449cf2e4.tar ikiwiki-f630b6ca370d9c3069b068ff1ed12ce0449cf2e4.tar.gz |
really use unmunged author in metadata
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index e25cbf3b8..570d47559 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -1,4 +1,4 @@ -[[meta author="""<TMPL_VAR USER>"""]] +[[meta author="""<TMPL_VAR AUTHOR>"""]] <TMPL_IF AUTHORURL> [[meta authorurl="""<TMPL_VAR AUTHORURL>"""]] </TMPL_IF> |