diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-08 00:01:44 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-08 00:01:44 +0200 |
commit | 6079b1d963f34ada5c4b25363f2319901e283936 (patch) | |
tree | f7f93616eb3dacfcebee486fe7542ec3adfb3950 /templates/gititem.qtpl | |
parent | e9098e00fb6339b759df5b0df2e086cef8a7ce83 (diff) | |
download | cerrado-6079b1d963f34ada5c4b25363f2319901e283936.tar.gz cerrado-6079b1d963f34ada5c4b25363f2319901e283936.tar.bz2 cerrado-6079b1d963f34ada5c4b25363f2319901e283936.zip |
feat: Add error handling
Diffstat (limited to 'templates/gititem.qtpl')
-rw-r--r-- | templates/gititem.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititem.qtpl b/templates/gititem.qtpl index 3e2dd4e..d695782 100644 --- a/templates/gititem.qtpl +++ b/templates/gititem.qtpl @@ -13,7 +13,7 @@ type GitItemPage struct { } %} -{% func (p *GitItemPage) Title() %}Git | List{% endfunc %} +{% func (p *GitItemPage) Title() %}Git | {%s p.Name %}{% endfunc %} {% func (p *GitItemPage) Navbar() %}{%= Navbar(Git) %}{% endfunc %} |