summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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">