mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Added webmentions and adjusted timestamp on posts
This commit is contained in:
parent
453f9cb7fa
commit
2834933a82
4 changed files with 17 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue