yequari.com/themes/saturn/layouts/partials/head.html

20 lines
995 B
HTML
Raw Permalink Normal View History

2023-08-12 10:44:17 +00:00
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
2024-01-08 04:48:52 +00:00
<meta property="og:type" content="website">
<meta property="og:url" content="https://yequari.com/">
<meta property="og:title" content="{{ .Page.Title }}">
2023-08-12 10:44:17 +00:00
<title>{{ .Page.Title }}</title>
<link rel="preconnect" href="https://fonts.bunny.net">
2024-02-05 00:38:46 +00:00
<link href="https://fonts.bunny.net/css?family=b612-mono:400|krub:400" rel="stylesheet" />
2023-08-12 10:44:17 +00:00
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/png" href="/favicon.png">
<script src="/js/quotes.js"></script>
<link rel="webmention" href="https://webmention.io/yequari.com/webmention" />
<link rel="pingback" href="https://webmention.io/yequari.com/xmlrpc" />
<script src="/js/webmention.js" async></script>
2023-09-12 23:48:39 +00:00
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
2023-08-12 10:44:17 +00:00
</head>