diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 10:32:44 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 14:56:14 +0000 |
commit | 424bec71b3adfa77d9874dd60b3d3f995a4ae1df (patch) | |
tree | fc9d044072e1911816e1da2e245890670c4cf304 /.templates | |
parent | 94f5ac646db2669d42462fd92da2c4994cefe05a (diff) |
Prepare for changes in ikiwiki's tag infrastructure.
Diffstat (limited to '.templates')
-rw-r--r-- | .templates/autotag.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.templates/autotag.tmpl b/.templates/autotag.tmpl new file mode 100644 index 00000000..87b76eef --- /dev/null +++ b/.templates/autotag.tmpl @@ -0,0 +1,15 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta title="<TMPL_VAR TAG>"]] + +[[!map +pages="tagged(<TMPL_VAR TAG>)" +show=title]] |