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 }}