website-old/layouts/partials/head.html

13 lines
586 B
HTML
Raw Normal View History

2022-08-08 18:03:25 -07:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2024-12-08 21:49:00 -08:00
<meta name="fediverse:creator" content="@ch0ccyra1n@emeraldsocial.org">
2022-08-08 18:03:25 -07:00
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" href="/css/custom.css">
2024-02-01 14:46:14 -08:00
<link rel="webmention" href="https://webmention.io/ch0ccyra1n.gitlab.io/webmention" />
2024-03-28 16:08:21 -07:00
{{ template "_internal/opengraph.html" . }}
2022-08-08 18:03:25 -07:00
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
2024-02-01 14:46:14 -08:00
</head>