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

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