aboutsummaryrefslogtreecommitdiff
path: root/templates/aggregatepost.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-08 20:41:25 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-08 20:41:25 -0500
commit86781fc43ec263967350dd6f12af9f1d05914500 (patch)
treecbeac99c8d974c4c1eccbe52244a2f21921f07a7 /templates/aggregatepost.tmpl
parent4c1a4402f92204abee5a9425e74864825799f5d2 (diff)
downloadikiwiki-86781fc43ec263967350dd6f12af9f1d05914500.tar
ikiwiki-86781fc43ec263967350dd6f12af9f1d05914500.tar.gz
* aggregate: Include copyright statements from rss feed as meta copyright
directives. * aggregate: Yet another state saving fix (sigh). * aggregate: Add hack to support feeds with invalidly escaped html entities.
Diffstat (limited to 'templates/aggregatepost.tmpl')
-rw-r--r--templates/aggregatepost.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl
index 5b0f2f49e..739a5762d 100644
--- a/templates/aggregatepost.tmpl
+++ b/templates/aggregatepost.tmpl
@@ -8,5 +8,8 @@
<TMPL_IF NAME="PERMALINK">
[[meta permalink="<TMPL_VAR NAME="PERMALINK" ESCAPE=HTML>"]]
</TMPL_IF>
+<TMPL_IF NAME="COPYRIGHT">
+[[meta copyright="<TMPL_VAR NAME="COPYRIGHT" ESCAPE=HTML>"]]
+</TMPL_IF>
[[meta author="<TMPL_VAR NAME="NAME" ESCAPE=HTML>"]]
[[meta authorurl="<TMPL_VAR NAME="URL" ESCAPE=HTML>"]]