-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
24 lines (21 loc) · 1.02 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{> title}}</title>
<meta name="description" content="{{> description}}">
<!-- Begin proprietary meta tags for sharing on social media -->
<meta property="og:title" content="{{> title}}">
<meta property="og:description" content="{{> description}}">
<meta property="og:type" content="website">
{{#entry}}
{{#thumbnail.large}}
<meta property="og:image" content="{{{url}}}">
<meta name="twitter:card" content="summary_large_image">
{{/thumbnail.large}}
<meta property="og:url" content="{{{absoluteURL}}}">
{{/entry}}
<!-- End proprietary meta tags for sharing on social media -->
<link rel="alternate" type="application/rss+xml" title="{{title}}" href="{{{blogURL}}}{{{feedURL}}}">
{{#avatar}}<link rel="icon" href="{{{avatar}}}" type="image/x-icon">{{/avatar}}
<link rel="stylesheet" href="{{#asset}}/css-theme.css{{/asset}}">
</head>