From 3f9cea122c0fea67ed8c5826a2e379348aa3fe5a Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 29 Oct 2020 10:38:24 +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"