diff options
Diffstat (limited to 'templates/log.html')
-rw-r--r-- | templates/log.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/log.html b/templates/log.html index 4a0292c..f5956be 100644 --- a/templates/log.html +++ b/templates/log.html @@ -2,10 +2,7 @@ <html> {{ template "head" . }} - <header> - <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> - </header> + {{ template "repoheader" . }} <body> {{ template "nav" . }} <main> |