From 16f4591723b52ce7f1a184117d7ffb2b3702dee0 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 1 Mar 2020 09:46:57 -0500 Subject: [PATCH] Can now add identities via the config file (for IndieAuth) --- layouts/partials/head.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 23ed6df..c3b03d6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,6 +12,11 @@ + + {{ range .Site.Params.identities}} + + {{ end }} + {{ $style := resources.Get "css/style.css" }} {{ $markdown := resources.Get "css/markdown.css" }}