all repos — elgit @ 7fe98772b079cca83b854e8f8a6be5dc55c10483

fork of legit: web frontend for git, written in go

templates: add title tags

commit

7fe98772b079cca83b854e8f8a6be5dc55c10483

parent

5ea7cae973e8329ae768c35bda41e656f974815d

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M templates/index.htmltemplates/index.html
@@ -2,6 +2,10 @@ {{ define "index" }}
<html> {{ template "head" . }} + <title> + {{ .meta.Title }} + </title> + <header> <h1>{{ .meta.Title }}</h1> <h2>{{ .meta.Description }}</h2>