diff options
Diffstat (limited to 'templates/gititemabout.qtpl')
-rw-r--r-- | templates/gititemabout.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemabout.qtpl b/templates/gititemabout.qtpl index e0fa9c3..abda2fb 100644 --- a/templates/gititemabout.qtpl +++ b/templates/gititemabout.qtpl @@ -5,6 +5,6 @@ type GitItemAboutPage struct { {% func (g *GitItemAboutPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Readme) %}{% endfunc %} -{% func (g *GitItemAboutPage) GitContent() %} +{% func (g *GitItemAboutPage) GitContent(name, ref string) %} <h4>About</h4> {% endfunc %} |