summaryrefslogtreecommitdiff
path: root/ikiwiki-bootstrap-theme/aggregatepost.tmpl
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:48:07 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:48:07 +0000
commit3eac7ff5269b52ac322fb2328802df5ca517bc1b (patch)
treeab261bfba2d3148509806a988324d1a4bb8b7e51 /ikiwiki-bootstrap-theme/aggregatepost.tmpl
downloadnetsurf-wiki-3eac7ff5269b52ac322fb2328802df5ca517bc1b.tar.gz
netsurf-wiki-3eac7ff5269b52ac322fb2328802df5ca517bc1b.tar.bz2
Initial setup content
Diffstat (limited to 'ikiwiki-bootstrap-theme/aggregatepost.tmpl')
-rw-r--r--ikiwiki-bootstrap-theme/aggregatepost.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ikiwiki-bootstrap-theme/aggregatepost.tmpl b/ikiwiki-bootstrap-theme/aggregatepost.tmpl
new file mode 100644
index 0000000..a89ccfc
--- /dev/null
+++ b/ikiwiki-bootstrap-theme/aggregatepost.tmpl
@@ -0,0 +1,19 @@
+<TMPL_VAR CONTENT>
+<TMPL_LOOP TAGS>
+[[!tag <TMPL_VAR TAG>]]
+</TMPL_LOOP>
+<TMPL_IF TITLE>
+[[!meta title="<TMPL_VAR TITLE ESCAPE=HTML>"]]
+</TMPL_IF>
+<TMPL_IF PERMALINK>
+[[!meta permalink="<TMPL_VAR PERMALINK ESCAPE=HTML>"]]
+</TMPL_IF>
+<TMPL_IF COPYRIGHT>
+[[!meta copyright="<TMPL_VAR COPYRIGHT ESCAPE=HTML>"]]
+</TMPL_IF>
+<TMPL_IF AUTHOR>
+[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>: <TMPL_VAR AUTHOR ESCAPE=HTML>"]]
+<TMPL_ELSE>
+[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>"]]
+</TMPL_IF>
+[[!meta authorurl="<TMPL_VAR URL ESCAPE=HTML>"]]