<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>