source for sakino.kelbie.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
1.8 KiB

<head>
<title> {{.Title}} </title>
<meta charset="utf-8">
{{- hugo.Generator -}}
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="description" content="{{ .Site.Params.description }}">
<link rel="stylesheet" href="{{ `css/style.css` | absURL }}" type="text/css">
<link rel="preload" as="font" href="https://rsms.me/inter/fonts/Inter-Regular.woff2=3.15" type="font/woff2" crossorigin="anonymous" />
<link rel="preload" as="font" href="https://rsms.me/inter/fonts/Inter-Regular.woff=3.15" type="font/woff" crossorigin="anonymous" />
<base href="{{ .Site.BaseURL }}">
<!-- indieweb stuff -->
<link rel="me" href="mailto:jon@kelbie.scot" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/jon.kelbie.scot/webmention" />
<link rel="pingback" href="https://webmention.io/jon.kelbie.scot/xmlrpc" />
<link rel="microsub" href="https://aperture.p3k.io/microsub/545">
<link rel="micropub" href="https://jon.kelbie.scot/api/index.php">
<link href="https://jon.kelbie.scot/api/media-endpoint.php" rel="media_endpoint"/>
<link rel="micropub_media" href="https://jon.kelbie.scot/api/media-endpoint.php"/>
<link rel="pgpkey" href="/jon-kelbie-scot-key.txt">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32 16x16" href="{{ .Site.Params.favicon | absURL }}favicon.ico">
<link rel="alternate" type="application/atom+xml" href="http://jon.kelbie.scot/atom.xml" rel="self" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="{{ .Permalink }}">
</head>