diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 21:08:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 21:10:40 -0400 |
commit | f52f395437a946478da2a126015c05e3e0afdc1f (patch) | |
tree | f98f451642691cc9d6aef6a0a7e524347eb7c72e /doc/templates/gitbranch.mdwn | |
parent | 11937595687df86aa93502d2e895f747a6262c4c (diff) | |
download | ikiwiki-f52f395437a946478da2a126015c05e3e0afdc1f.tar ikiwiki-f52f395437a946478da2a126015c05e3e0afdc1f.tar.gz |
consistently drop NAME= in templates
also add template syntax smoke test
Diffstat (limited to 'doc/templates/gitbranch.mdwn')
-rw-r--r-- | doc/templates/gitbranch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/gitbranch.mdwn b/doc/templates/gitbranch.mdwn index fcce925d9..962420940 100644 --- a/doc/templates/gitbranch.mdwn +++ b/doc/templates/gitbranch.mdwn @@ -3,7 +3,7 @@ Available in a [[!taglink /git]] repository.<br /> Branch: <TMPL_VAR branch><br /> Author: <TMPL_VAR author><br /> </span> -<TMPL_UNLESS NAME="branch"> +<TMPL_UNLESS branch> This template is used to create an infobox for a git branch. It uses these parameters: |