diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-19 20:28:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-19 20:33:38 +0900 |
| commit | 0dfaa9b0e79e45bfc40d10418443d1d868fbb930 (patch) | |
| tree | 7e80f7fe58fcfeae6757f2f405696378b1435243 /themes/mypaper/layouts/partials/header.html | |
| parent | 6e2a31185145d4690dbf897b56a682113ce62d8f (diff) | |
| download | nsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.tar.gz nsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.tar.zst nsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.zip | |
update theme
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 --> |
