diff --git a/config.toml b/config.toml index 41b2ae6..d97995d 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = 'https://tacowolf.net/' -languageCode = 'en-us' -title = 'taco wolf' +languageCode= 'en-us' +title = '🌮🐺' enableEmoji = true [markup] diff --git a/content/_index.md b/content/_index.md index ae69306..1827a24 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,5 +3,5 @@ title: TacoWolf description: taco wolf dot net --- -[![taco](/emoji/taco.svg)](https://daniel.ga/llegos) +[![taco](/emoji/taco.svg)](https://mestizo.monster) [![wolf](/emoji/wolf.svg)](/wolf) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d6a9b70..c9a3f02 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,7 @@ + {{ partial "favicon.html" . }} - {{ if .IsHome }}home – {{ else }}{{ if .Page.Title }}{{ .Page.Title }} – {{ end }}{{ end }}{{ .Site.Title }} dot net + {{ if .IsHome }}home – {{ else }}{{ if .Page.Title }}{{ .Page.Title }} – {{ end }}{{ end }}{{ .Site.Title }} dot 🌐 {{ template "_internal/opengraph.html" . }} {{ $sass := resources.Get "sass/main.sass" }}