From ab3cd275b2c542b4f0677da19888ec5d33a0ebdb Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 29 Oct 2020 10:41:55 +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 3d3d4f4..9051907 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"