diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-27 12:52:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-27 12:52:27 -0400 |
commit | 9a4e54a5e7200a0ff6e3b3741174b4c10a3a3b44 (patch) | |
tree | 075b1b522dbae09b2fc695d819fb23ed480ac329 | |
parent | 78fa8c1b439ef6a5ea4da04b6cff1d7174818c7e (diff) |
custom template for walkthrough inline
-rw-r--r-- | doc/templates/walkthrough.tmpl | 2 | ||||
-rw-r--r-- | doc/walkthrough.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/templates/walkthrough.tmpl b/doc/templates/walkthrough.tmpl new file mode 100644 index 000000000..a500a5a86 --- /dev/null +++ b/doc/templates/walkthrough.tmpl @@ -0,0 +1,2 @@ +<h2><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></h2> +<TMPL_VAR CONTENT> diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 896b560ec..ea2ee6354 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -2,7 +2,7 @@ A walkthrough of the basic features of git-annex. [[!toc]] -[[!inline feeds=no pagenames=""" +[[!inline feeds=no template=walkthrough pagenames=""" creating_a_repository adding_a_remote adding_files |