Added webmentions and adjusted timestamp on posts

This commit is contained in:
Brandon Rozek 2022-05-01 01:06:44 -04:00
parent 453f9cb7fa
commit 2834933a82
4 changed files with 17 additions and 1 deletions

View file

@ -20,6 +20,10 @@
<link href="{{.}}" rel="me"/>
{{ end -}}
<!-- Webmentions -->
<link rel="webmention" href="https://webmention.io/brandonrozek.com/webmention" />
<link rel="pingback" href="https://webmention.io/brandonrozek.com/xmlrpc" />
<!-- RSS Links -->
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}