diff --git a/hugo.toml b/hugo.toml index aaf3023..da898a4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,8 +18,13 @@ comments = true ShowReadingTime = true ShowToc = false - [[params.assets]] - favicon = 'static/favicon' + [params.assets] + favicon = "/favicons/favicon.ico" + favicon16x16 = "/favicons/favicon-16x16.png" + favicon32x32 = "/favicons/favicon-32x32.png" + apple_touch_icon = "/favicons/apple-touch-icon.png" + android_chrome_192x192 = "/favicons/android-chrome-192x192" + android_chrome_512x512 = "/favicons/android-chrome-512x512" [params.homeInfoParams] Title = "Roland Thomas Jr \U0001F525" diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index c57f943..ac627a1 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -244,6 +244,10 @@ +{{- else if (eq $icon_name "googleplaystore") -}} + + + {{- else if (eq $icon_name "googlepodcasts") -}} +{{- else if (eq $icon_name "printables") -}} + + + {{- else if (eq $icon_name "qq") -}} @@ -509,6 +517,12 @@ +{{- else if (eq $icon_name "rootme") -}} + + + + {{- else if (eq $icon_name "rss") -}} @@ -601,13 +615,16 @@ - {{- else if (eq $icon_name "telegram") -}} +{{- else if (eq $icon_name "thingiverse") -}} + + + {{- else if (eq $icon_name "threads") -}} @@ -633,7 +650,7 @@ {{- else if (eq $icon_name "tumblr") -}} - + {{- else if (eq $icon_name "twitch") -}}