diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 15:06:28 +0200 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 15:06:28 +0200 | 
| commit | 242ba7f412d4e54f21385afff3f2b884f57f6ced (patch) | |
| tree | 574b05ad544b0473f53a66d474591751989add94 /pkg/handler/about | |
| parent | 2dd4cf35aab8324608a83d337459fd8354521b92 (diff) | |
| download | cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.tar.gz cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.tar.bz2 cerrado-242ba7f412d4e54f21385afff3f2b884f57f6ced.zip | |
feat: Add navbar selection
Diffstat (limited to 'pkg/handler/about')
| -rw-r--r-- | pkg/handler/about/handler.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/handler/about/handler.go b/pkg/handler/about/handler.go index a2caa4e..1acde60 100644 --- a/pkg/handler/about/handler.go +++ b/pkg/handler/about/handler.go @@ -50,7 +50,7 @@ func (g *AboutHandler) About(w http.ResponseWriter, _ *http.Request) {  	bs = markdown.Render(doc, renderer) -	gitList := &templates.HelloPage{ +	gitList := &templates.AboutPage{  		Body: bs,  	}  	templates.WritePageTemplate(w, gitList) | 
