diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 05:03:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 05:03:29 +0000 |
commit | 729de2486c98bc5f5d24ad0e1f215f3ea7b98917 (patch) | |
tree | ee11f4c482a8bfce18b5b7cf42cf38339d6099c7 | |
parent | 8f75ebd22983b233b716866f696c5e32fbe86bb4 (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
-rw-r--r-- | doc/index.mdwn | 10 | ||||
-rw-r--r-- | doc/templates/links.mdwn | 10 |
2 files changed, 11 insertions, 9 deletions
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> |