summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 05:03:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 05:03:29 +0000
commit729de2486c98bc5f5d24ad0e1f215f3ea7b98917 (patch)
treeee11f4c482a8bfce18b5b7cf42cf38339d6099c7 /doc/templates
parent8f75ebd22983b233b716866f696c5e32fbe86bb4 (diff)
move the link box into its own template, so it can be reused elsewhere if
wanted markdown sucks for this, use plain html in it
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/links.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/templates/links.mdwn b/doc/templates/links.mdwn
new file mode 100644
index 000000000..f718552f0
--- /dev/null
+++ b/doc/templates/links.mdwn
@@ -0,0 +1,10 @@
+<span class="notebox">
+[[ikiwiki_logo|logo/ikiwiki.png]]
+<ul>
+<li>[[News]]</li>
+<li>[[Download]]</li>
+<li>[[Setup]]</li>
+<li>[[Security]]</li>
+<li>[[Users|IkiWikiUsers]]</li>
+<li>[[Contact]]</li>
+</span>