diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 11:14:38 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 11:14:38 +0530 |
commit | 7fe98772b079cca83b854e8f8a6be5dc55c10483 (patch) | |
tree | d51a870a94c52cb6060b9db72fa13c3ccb57a72e /templates/log.html | |
parent | 5ea7cae973e8329ae768c35bda41e656f974815d (diff) | |
download | legit-7fe98772b079cca83b854e8f8a6be5dc55c10483.tar.gz legit-7fe98772b079cca83b854e8f8a6be5dc55c10483.tar.bz2 legit-7fe98772b079cca83b854e8f8a6be5dc55c10483.zip |
templates: add title tags
Diffstat (limited to 'templates/log.html')
-rw-r--r-- | templates/log.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/log.html b/templates/log.html index f5956be..bc028b3 100644 --- a/templates/log.html +++ b/templates/log.html @@ -2,6 +2,10 @@ <html> {{ template "head" . }} + <title> + {{ .name }} — log + </title> + {{ template "repoheader" . }} <body> {{ template "nav" . }} |