12 lines
586 B
HTML
12 lines
586 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="fediverse:creator" content="@ch0ccyra1n@emeraldsocial.org">
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/custom.css">
|
|
<link rel="webmention" href="https://webmention.io/ch0ccyra1n.gitlab.io/webmention" />
|
|
{{ template "_internal/opengraph.html" . }}
|
|
{{ $title := print .Site.Title " | " .Title }}
|
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
|
<title>{{ $title }}</title>
|
|
</head>
|