From ce10283192122c27a9ccf129148758f0e0c8d71b Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 29 Oct 2020 10:43:26 +0100 Subject: [PATCH] logo to config file... --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 9051907..6ec4b12 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,7 +6,7 @@ relativeurls = true disableKinds = ["RSS", "sitemap"] [params] - description = "Some description should land here..." + description = "Some description should land here.." images = ["/UNS-logo.png"] title = "Dotawo Journal" giturl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"