16
{{ define "head" }}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/normalize.css" type="text/css">
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link rel="stylesheet" href="/static/style_dark.css" type="text/css">
<link rel="stylesheet" href="/static/icons.css" type="text/css">
<link rel="icon" type="image/ico" href="/static/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
<meta content="{{ .Title }}" property="og:title">
<meta content="{{ .Description }}" property="og:description">
<meta content="{{ .Url }}" property="og:url">
</head>
{{ end }}