Skip to content

Commit 505fed3

Browse files
committed
reorder baseof to help reduce FUOC
1 parent 0713a70 commit 505fed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="{{ .Site.Language }}">
33
<head>
4+
<meta charset="utf-8">
5+
<link rel='stylesheet' type='text/css' href='/css/style.css'>
46
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
57
<link rel="canonical" href="{{ .Site.BaseURL }}">
68
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
7-
<link rel='stylesheet' type='text/css' href='/css/style.css'>
89
{{ with .Site.Params.favicon_apple_touch }}<link rel="apple-touch-icon" sizes="180x180" href="{{ . }}">
910
{{ end -}}
1011
{{ with .Site.Params.favicon_32x32 }}<link rel="icon" type="image/png" sizes="32x32" href="{{ . }}">
@@ -15,7 +16,6 @@
1516
<!-- <meta name="keywords" content=""> -->
1617
<meta name="viewport" content="width=device-width, initial-scale=1">
1718
<meta name="robots" content="index, follow">
18-
<meta charset="utf-8">
1919
</head>
2020
<body>
2121
{{ block "header" . }}

0 commit comments

Comments
 (0)