aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 22efeb858115e1b839d7077598b62a0bcbd1a1f74ddf674bcbda5de833553fcf (plain)
1
2
3
4
5
6
7
8
9
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="{{ $.Site.Params.description }}">
  <meta name="keywords" content="{{ $.Site.Params.keywords }}">
  <meta name="theme-color" content="#000">
  <link rel="stylesheet" type="text/css" href="{{ (resources.Get "css/style.css").RelPermalink }}">
  <title>{{ .Title }}</title>
</head>