diff options
Diffstat (limited to 'themes/mypaper/layouts/partials/header.html')
| -rw-r--r-- | themes/mypaper/layouts/partials/header.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/mypaper/layouts/partials/header.html b/themes/mypaper/layouts/partials/header.html index 9e56cac..830acd5 100644 --- a/themes/mypaper/layouts/partials/header.html +++ b/themes/mypaper/layouts/partials/header.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title --> - <title>{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title> + <title>{{ if .Title }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title> <!-- Meta --> {{- if eq .Kind "page" }} <meta name="description" content="{{ .Summary }}"> @@ -19,8 +19,7 @@ <link href="{{ "style.css" | absURL }}" rel="stylesheet"> <link href="{{ "custom.css" | absURL }}" rel="stylesheet"> <!-- Favicons --> - <link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}"> - <link rel="icon" href="{{ "favicon.ico" | absURL }}"> + <link rel="icon" href="{{ "favicon.svg" | absURL }}"> <!-- Generator --> {{- hugo.Generator }} <!-- RSS --> |
