adds webhooks

This commit is contained in:
Marvin Steadfast 2020-03-12 10:38:51 +01:00
parent 31bd5dd252
commit c1548db124

View File

@ -8,6 +8,8 @@
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "/css/sscaffold.css" | relURL }}">
<link rel="stylesheet" href="{{ "/css/xsfx.css" | relURL }}">
<link rel="webmention" href="https://webmention.io/xsteadfastx.org/webmention" />
<link rel="pingback" href="https://webmention.io/xsteadfastx.org/xmlrpc" />
{{ with .OutputFormats.Get "RSS" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{- end }}