aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 2106ef3dbfdef0382accba46074087570994c2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <title>{{ .Title }}</title>
  <!-- {{ with resources.Get "css/pico.min.css" }}
    <link rel="stylesheet" href="{{ .RelPermalink }}">
  {{ end }} -->
  {{ with resources.Get "css/main.css" }}
    <link rel="stylesheet" href="{{ .RelPermalink }}">
  {{ end }}
  {{- template "_internal/opengraph.html" . -}}
  {{- template "_internal/schema.html" . -}}
  {{- template "_internal/twitter_cards.html" . -}}
</head>