🏗️ Finish the head attributes redesign.

This commit is contained in:
凡梦星尘
2022-05-31 21:50:35 +08:00
parent eab0ea3bb1
commit f2ff0a5299
11 changed files with 167 additions and 143 deletions

View File

@@ -19,7 +19,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ $P.favicon.small }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ $P.favicon.medium }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ $P.favicon.appleTouchIcon }}">
{{- partial "head.html" (dict "P" $P "Page" .Page "Scratch" .Scratch) }}
{{- partial "head.html" . }}
<title>{{ .Title | default .Site.Title }}</title>
<noscript>
<link rel="stylesheet" href="/css/noscript.css">