summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-08 16:34:01 -0400
committerDante Catalfamo2020-07-08 16:34:01 -0400
commite5dc743b84bc7b822e648b99ff4562e1f48e284f (patch)
treeb8d56de05ed238790e2919538417ae3013b446e5
parentf6c54938f4c6ae5c050a417cb21ccd78382bddaf (diff)
downloadblog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.tar.gz
blog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.tar.bz2
blog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.zip
remove img/ from image
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
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"]