From 98c6ea4c68f954416720f53785062a5d57b3f4c3 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 26 Jul 2023 07:08:05 +0100 Subject: [PATCH] Use indieAuth for authentication --- themes/hello-friend-ng/layouts/partials/head.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/hello-friend-ng/layouts/partials/head.html b/themes/hello-friend-ng/layouts/partials/head.html index bda9b524..79b1617c 100644 --- a/themes/hello-friend-ng/layouts/partials/head.html +++ b/themes/hello-friend-ng/layouts/partials/head.html @@ -8,6 +8,10 @@ +{{/* Indie auth */}} + + + {{ block "title" . }} {{ if .IsHome }} @@ -19,8 +23,7 @@ {{ end }} <!-- CSS --> -<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet" - type="text/css"> +{{/* <link href="/css/flags.css" rel="stylesheet" type="text/css"> */}} {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }}