]> sipb.mit.edu Git - ikiwiki.git/commitdiff
move the link box into its own template, so it can be reused elsewhere if
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 05:03:29 +0000 (05:03 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 05:03:29 +0000 (05:03 +0000)
wanted

markdown sucks for this, use plain html in it

doc/index.mdwn
doc/templates/links.mdwn [new file with mode: 0644]

index fb1dd2581476be686f92944bbed45afcb3bfc693..9d111077265b6d05a23e27723ca31f3e30c5d7ba 100644 (file)
@@ -4,15 +4,7 @@ pages and history in a revision control system such as [[Subversion]]
 or [[Git]]. There are many other [[features]], including support for
 [[blogging|blog]], as well as a large array of [[plugins]].
 
-[[template id=note text="""
-[[ikiwiki_logo|logo/ikiwiki.png]]  
-[[News]]  
-[[Download]]  
-[[Setup]]  
-[[Security]]  
-[[Users|IkiWikiUsers]]  
-[[Contact]]  
-"""]]
+[[template id=links]]
 
 ## using ikiwiki
 
diff --git a/doc/templates/links.mdwn b/doc/templates/links.mdwn
new file mode 100644 (file)
index 0000000..f718552
--- /dev/null
@@ -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>