diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
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"] |