diff options
Diffstat (limited to '')
-rw-r--r-- | templates/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 52830d9..f803942 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,12 +2,11 @@ <!DOCTYPE html> <html> {{ template "head" . }} - - <header> - <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> - </header> <body> + <header> + <h1>{{ .meta.Title }}</h1> + <h2>{{ .meta.Description }}</h2> + </header> <main> <div class="index"> {{ range .info }} |