forked from b3log/pipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
21 lines (21 loc) · 1.16 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{define "head/head"}}
<meta charset="utf-8"/>
<title>{{.Title}}</title>
<meta name="keywords" content="{{.MetaKeywords}}"/>
<meta name="description" content="{{.MetaDescription}}"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="owner" content="B3log Team"/>
<meta name="copyright" content="B3log"/>
<meta http-equiv="Window-target" content="_top"/>
<link rel="icon" type="image/x-icon" href="{{.FaviconURL}}">
<link href="{{.BlogURL}}/atom" type="application/rss+xml" rel="alternate"/>
<link type="text/css" rel="stylesheet" href="{{.Conf.StaticServer}}/theme/x/{{.Setting.ThemeName}}/css/common.css?{{.Conf.StaticResourceVersion}}"/>
<link rel="manifest" href="{{.Conf.Server}}/theme/js/manifest.json">
<link rel="search" type="application/opensearchdescription+xml" title="{{.Title}}" href="{{.BlogURL}}/opensearch.xml">
<meta name="lang" id="pipeLang"
data-server="{{.Conf.Server}}"
data-staticserver="{{.Conf.StaticServer}}"
data-staticresourceversion="{{.Conf.StaticResourceVersion}}"
data-markedavailable="{{.MarkedAvailable}}"
data-lang="{{.Setting.i18nLocale}}"/>
{{end}}