]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/inlinepage.tmpl
- Adds a tag plugin that allows more easily tagging pages.
[ikiwiki.git] / templates / inlinepage.tmpl
index 96e20e53fe605daccddbce33ab0e6cb93baaf178..b470c55859d96cfe92c7ff5ae7878f8404752baa 100644 (file)
@@ -1,8 +1,12 @@
-<h2><TMPL_VAR PAGELINK></h2>
+<div class="inlinepage">
+<span class="header"><TMPL_VAR PAGELINK></span>
 
 <TMPL_VAR CONTENT>
 
 <p>
-<i>(posted <TMPL_VAR CTIME>)</i>
+<i>
+Posted <TMPL_VAR CTIME>
+<TMPL_IF NAME="TAGS">Tags: <TMPL_VAR TAGS></TMPL_IF>
+</i>
 </p>
-<hr>
+</div>