aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/about/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/handler/about/handler.go')
-rw-r--r--pkg/handler/about/handler.go2
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)