aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: d7b23810d515b845f97bf503472cbbe8c76af7e9 (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>