From fb7a7a748565a04ec8da02d030463e5ffd72584c Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 15 Sep 2023 23:12:05 +0200 Subject: [PATCH] muh seo --- config.toml | 3 +++ themes/fesite/layouts/partials/head.html | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/config.toml b/config.toml index b0762df..212acb4 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,6 @@ baseURL = 'https://faulty.equipment/' languageCode = 'en-us' title = 'Faulty Equipment' theme = "fesite" + +[Params] +description = 'Ramblings and analysis of one random software developer' diff --git a/themes/fesite/layouts/partials/head.html b/themes/fesite/layouts/partials/head.html index 44eee70..ccde0db 100644 --- a/themes/fesite/layouts/partials/head.html +++ b/themes/fesite/layouts/partials/head.html @@ -14,4 +14,8 @@ {{ range .AlternativeOutputFormats -}} {{ printf ` ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} +