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.
|
|
<head> <title> {{ humanize .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="/fonts/Inter-Regular.woff2" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" as="font" href="/fonts/Inter-Regular.woff" type="font/woff" crossorigin="anonymous" /> <base href="{{ .Site.BaseURL }}"> <!-- indieweb stuff --> <link rel="me" href="mailto:sakino@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/sakino.kelbie.scot/webmention" /> <link rel="pingback" href="https://webmention.io/sakino.kelbie.scot/xmlrpc" /> <link rel="microsub" href="https://aperture.p3k.io/microsub/586"> <link rel="micropub" href="https://sakino.kelbie.scot/api/index.php"> <link href="https://sakino.kelbie.scot/api/media-endpoint.php" rel="media_endpoint"/> <link rel="micropub_media" href="https://sakino.kelbie.scot/api/media-endpoint.php"/> <!-- 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://sakino.kelbie.scot/atom.xml" rel="self" /> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff">
<link rel="canonical" href="{{ .Permalink }}"> </head>
|