From 2db6d602026462773d4579457ccdfe4d7e65f555 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 5 Nov 2024 21:32:21 -0600 Subject: [PATCH] start poking webmentions --- config/_default/params.toml | 1 + layouts/partials/head.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index af90730..fd2b933 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -10,6 +10,7 @@ indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." omgUser = "jbowdre" musicThreadId = "2aVjZUocjk96LELFbV5JvJjm14v" +webmentionEmail = "world.west.well@stayclkd.com" # Comments analytics = true diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2ea6652..ed44790 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,6 +18,10 @@ {{ end }} {{ end }} + + + + {{ partialCached "favicon" . }} {{ partial "opengraph" . }}