summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-18 23:35:48 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-18 23:35:48 +0000
commit3af6dea3b5dd703c01f091b8c0d98bb709c70702 (patch)
tree1ff18d4c8538a815ef609ce3f11a5db47962ee1d
parent50b18b3575d88b553cb17e1950a300cf13d01ab3 (diff)
* Minor template improvements by Alessandro.
-rw-r--r--debian/changelog3
-rw-r--r--templates/page.tmpl8
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3611d69ec..3bc1d5086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ ikiwiki (1.51) UNRELEASED; urgency=low
* Support setting svnpath to "" for wikis that are rooted at the top of
their svn repositories, with no trunk directory.
+ * Minor template improvements by Alessandro.
- -- Joey Hess <joeyh@debian.org> Mon, 16 Apr 2007 15:07:21 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 18 Apr 2007 19:35:29 -0400
ikiwiki (1.50) unstable; urgency=low
diff --git a/templates/page.tmpl b/templates/page.tmpl
index e8806b82e..e9cc62b6d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -58,17 +58,17 @@
<TMPL_VAR CONTENT>
</div>
-<div class="tags">
<TMPL_IF NAME="TAGS">
+<div class="tags">
Tags:
<TMPL_LOOP NAME="TAGS">
<TMPL_VAR NAME=LINK>
</TMPL_LOOP>
-</TMPL_IF>
</div>
+</TMPL_IF>
-<div id="backlinks">
<TMPL_IF NAME="BACKLINKS">
+<div id="backlinks">
Links:
<TMPL_LOOP NAME="BACKLINKS">
<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
@@ -82,8 +82,8 @@ Links:
</span>
</span>
</TMPL_IF>
-</TMPL_IF>
</div>
+</TMPL_IF>
<div id="footer">
<div class="pageinfo">