From b15facc5023c410dae9fe76afde85a4714892322 Mon Sep 17 00:00:00 2001 From: Josh Kasuboski Date: Wed, 15 Jan 2020 19:57:08 -0600 Subject: Adds IndieWeb endpoints #73 --- layouts/partials/head.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 60cfd32..7c07bcd 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,8 +17,15 @@ {{ with .Site.Params.IndieWeb.GitHubUser }}{{ end }} {{ with .Site.Params.IndieWeb.TwitterUser }}{{ end }} {{ with .Site.Params.IndieWeb.MicroBlogUser }}{{ end }} - - + + + + {{ with .Site.Params.endpoints.Micropub }} + {{ end }} + {{ with .Site.Params.endpoints.Microsub }} + {{ end }} + {{ with .Site.Params.endpoints.Webmention}} + {{ end }} -- cgit v1.2.3