diff options
Diffstat (limited to 'templates/gititemabout.qtpl')
-rw-r--r-- | templates/gititemabout.qtpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/gititemabout.qtpl b/templates/gititemabout.qtpl index abda2fb..da9c2e9 100644 --- a/templates/gititemabout.qtpl +++ b/templates/gititemabout.qtpl @@ -1,10 +1,13 @@ {% code type GitItemAboutPage struct { + About []byte } %} {% func (g *GitItemAboutPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Readme) %}{% endfunc %} {% func (g *GitItemAboutPage) GitContent(name, ref string) %} -<h4>About</h4> +<div class="m-2"> +{%z= g.About %} +</div> {% endfunc %} |