aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 2e5db261c8ca79ea361ffe3483e72271de5d0349f86a96b89f3e42842deb21c3 (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="/css/style.css">
  <title>{{ $.Site.Title }}</title>
</head>