From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> Date: Wed, 25 Jul 2007 05:03:29 +0000 (+0000) Subject: move the link box into its own template, so it can be reused elsewhere if X-Git-Tag: 2.5~24 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/729de2486c98bc5f5d24ad0e1f215f3ea7b98917 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 --- diff --git a/doc/index.mdwn b/doc/index.mdwn index fb1dd2581..9d1110772 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -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 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>