aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: c862011fe0fe0dccd6029f73af238f47e0e975c7 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/style.css"/>
  <title>{{ .Title }}</title>
</head>