summaryrefslogtreecommitdiff
path: root/layouts/_partials/head.html
blob: 54d333a20cd5f7eef77c0881c35412c5d2ef47d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
<head>
	<title>{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
	<link rel="canonical" href="{{ .Site.BaseURL }}">
	<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
	<link rel="stylesheet" type="text/css" href="/style.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="robots" content="index, follow">
	<meta charset="utf-8">
</head>