From a884b14b817a525520901f03a7a79cf3cd4b533e Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Thu, 11 Nov 2021 16:17:01 +0100 Subject: [PATCH] Add more keywords --- config.toml | 2 +- themes/maik-blog/layouts/partials/meta-tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3bb48e4..5aba714 100644 --- a/config.toml +++ b/config.toml @@ -57,7 +57,7 @@ googleAnalytics = "UA-136337666-1" # Metadata mostly used in document's head description = "Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff." - keywords = "Devloper, Software Engineer, Maik, Computer Science, Portfolio, Blog" + keywords = "Devloper, Software Engineer, Software Developer, Maik, Computer Science, Portfolio, Blog, Maik de Kruif" images = [""] showReadingTimeInList = false diff --git a/themes/maik-blog/layouts/partials/meta-tags.html b/themes/maik-blog/layouts/partials/meta-tags.html index 332af65..f907dce 100644 --- a/themes/maik-blog/layouts/partials/meta-tags.html +++ b/themes/maik-blog/layouts/partials/meta-tags.html @@ -4,7 +4,7 @@ + content="{{ .Site.Params.keywords }}{{ if .Params.tags }}{{ range .Params.tags }}, {{ . }}{{ end }}{{ end }}{{ with .Title }}, {{ delimit (split . " ") ", " }}{{ end }}{{ with .Params.Subtitle }}, {{ delimit (split . " ") ", " }}{{ end }}" />