diff options
Diffstat (limited to 'themes/mypaper/layouts/partials')
| -rw-r--r-- | themes/mypaper/layouts/partials/footer.html | 2 | ||||
| -rw-r--r-- | themes/mypaper/layouts/partials/header.html | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/themes/mypaper/layouts/partials/footer.html b/themes/mypaper/layouts/partials/footer.html index ebc84ef..a7798d7 100644 --- a/themes/mypaper/layouts/partials/footer.html +++ b/themes/mypaper/layouts/partials/footer.html @@ -3,8 +3,6 @@ <span>© {{ now.Year }} <a href="{{ "" | absURL }}">{{ .Site.Title }}</a></span> <span>·</span> <span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span> - <span>·</span> - <span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span> </footer> <script src="{{ "highlight.min.js" | absURL }}"></script> <script> 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 --> |
