vitrine/layouts/partials/head.html

8 lines
315 B
HTML
Raw Permalink Normal View History

2024-05-24 20:01:53 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
2024-06-19 18:45:01 +00:00
<meta name="color-scheme" content="dark">
{{ template "_internal/opengraph.html" . }}
<title>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</title>
2024-05-24 20:01:53 +00:00
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}