diff options
| author | Dante Catalfamo | 2020-07-08 16:34:01 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-07-08 16:34:01 -0400 | 
| commit | e5dc743b84bc7b822e648b99ff4562e1f48e284f (patch) | |
| tree | b8d56de05ed238790e2919538417ae3013b446e5 | |
| parent | f6c54938f4c6ae5c050a417cb21ccd78382bddaf (diff) | |
| download | blog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.tar.gz blog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.tar.bz2 blog-e5dc743b84bc7b822e648b99ff4562e1f48e284f.zip | |
remove img/ from image
| -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"] | 
