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

19 lines
913 B
HTML
Raw Normal View History

2024-02-23 04:35:34 +00:00
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<meta property="og:type" content="website">
<meta property="og:url" content="https://yequari.com/">
<meta property="og:title" content="{{ .Page.Title }}">
<title>{{ .Page.Title }}</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/png" href="/favicon.png">
2024-04-25 06:22:05 +00:00
<!-- <script src="/js/avatar.js" defer></script> -->
<!-- <script src="/js/quotes.js" defer></script> -->
2024-02-23 04:35:34 +00:00
<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>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</head>