diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 31c5d8f..8359630 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.2"> + <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.3"> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }}{{ end }}</title> <meta name="author" content="{{ .Site.Params.email }} ({{ .Site.Params.name }})"> <meta name="description" content="{{- plainify (chomp .Summary) -}}"> @@ -23,7 +23,6 @@ <header> <h1>{{ if .IsHome }}{{ site.Title }}</h1>{{ else }}{{ .Title }}</h1> {{ end }} - <br> </header> <main> {{ block "main" . }}{{ end }} |
