|
@ -9,19 +9,18 @@ |
|
|
<link rel="preload" as="font" href="https://rsms.me/inter/fonts/Inter-Regular.woff=3.15" type="font/woff" 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 }}"> |
|
|
<base href="{{ .Site.BaseURL }}"> |
|
|
<!-- indieweb stuff --> |
|
|
<!-- indieweb stuff --> |
|
|
<link rel="me" href="mailto:jon@kelbie.scot" /> |
|
|
|
|
|
|
|
|
<link rel="me" href="mailto:sakino@kelbie.scot" /> |
|
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth"> |
|
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth"> |
|
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token"> |
|
|
<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="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/545"> |
|
|
<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"> |
|
|
|
|
|
|
|
|
<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 --> |
|
|
<!-- Favicons --> |
|
|
<link rel="icon" type="image/png" sizes="32x32 16x16" href="{{ .Site.Params.favicon | absURL }}favicon.ico"> |
|
|
<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" /> |
|
|
|
|
|
|
|
|
<link rel="alternate" type="application/atom+xml" href="http://sakino.kelbie.scot/atom.xml" rel="self" /> |
|
|
<meta name="msapplication-TileColor" content="#da532c"> |
|
|
<meta name="msapplication-TileColor" content="#da532c"> |
|
|
<meta name="theme-color" content="#ffffff"> |
|
|
<meta name="theme-color" content="#ffffff"> |
|
|
|
|
|
|
|
|