From e5dc743b84bc7b822e648b99ff4562e1f48e284f Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 8 Jul 2020 16:34:01 -0400 Subject: remove img/ from image --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 99c1ab2..c883995 100644 --- a/config.toml +++ b/config.toml @@ -24,7 +24,7 @@ enableRobotsTXT = true # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually description = "lambda.cx blog by Dante Catalfamo" - images = ["img/android-chrome-512x512.png"] # This will use the image called og.png in static/img folder + images = ["android-chrome-512x512.png"] # This will use the image called og.png in static/img folder # Posts shown in homepage mainSections = ["posts"] -- cgit v1.2.3