diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 00:21:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 00:21:13 +0000 |
commit | 8fd9c9accbc3c3e977aa78cb38bf7b264c53bace (patch) | |
tree | 317a5ac21db45be395a53e3a07e0b04a10fb0d85 /templates/page.tmpl | |
parent | 22df49a2bf92302d4c6e25a04e9c7589a93844a9 (diff) | |
download | ikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar ikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar.gz |
Hope encrico doesn't mind, but I changed the location and layout of the
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r-- | templates/page.tmpl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 8439ef8e4..5bdde1fbc 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -49,6 +49,15 @@ <TMPL_VAR CONTENT> </div> +<div class="tags"> +<TMPL_IF NAME="TAGS"> +Tags: +<TMPL_LOOP NAME="TAGS"> +<TMPL_VAR NAME=LINK> +</TMPL_LOOP> +</TMPL_IF> +</div> + <div id="backlinks"> <TMPL_IF NAME="BACKLINKS"> Links: @@ -59,10 +68,9 @@ Links: </div> <div id="footer"> -<span id="pageinfo"> +<span class="pageinfo"> <!-- from <TMPL_VAR NAME=WIKINAME> --> Last edited <TMPL_VAR NAME=MTIME> -<TMPL_IF NAME="TAGS">Tags: <TMPL_VAR TAGS></TMPL_IF> </span> </div> |