diff --git a/config.yaml b/config.yaml index 77c8fc0..1f9d7a6 100644 --- a/config.yaml +++ b/config.yaml @@ -4,6 +4,8 @@ title: yequari.com theme: dreamcast params: about: "I write code and occasionally blog posts." + webmentions: https://webmention.io/yequari.com/webmention + pingbacks: https://webmention.io/yequari.com/xmlrpc taxonomies: category: categories tag: tags diff --git a/themes/dreamcast/layouts/partials/head.html b/themes/dreamcast/layouts/partials/head.html index b5c04ba..99b03bb 100644 --- a/themes/dreamcast/layouts/partials/head.html +++ b/themes/dreamcast/layouts/partials/head.html @@ -2,13 +2,16 @@ - + + + + {{ .Page.Title }} - - + + {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}