From 6b537c562691dcd6bf093628e0b7b9994baf9662 Mon Sep 17 00:00:00 2001 From: mikestefanello Date: Tue, 14 Dec 2021 20:10:48 -0500 Subject: [PATCH] Added favicon. --- static/favicon.svg | 238 +++++++++++++++++++++++++++++++ templates/components/head.gohtml | 1 + 2 files changed, 239 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..e5a68fe --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/components/head.gohtml b/templates/components/head.gohtml index 822b7ec..950fbc0 100644 --- a/templates/components/head.gohtml +++ b/templates/components/head.gohtml @@ -1,5 +1,6 @@ {{define "metatags"}} {{ .AppName }}{{ if .Title }} | {{ .Title }}{{ end }} +