diff options
author | Dante Catalfamo | 2020-07-08 16:31:47 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-08 16:31:47 -0400 |
commit | f6c54938f4c6ae5c050a417cb21ccd78382bddaf (patch) | |
tree | e49519c8b04cd5bea82b4d03105f4b7415d8f695 | |
parent | 8a1dddc2a4db1960a70a5584e0d488b4d6a4357f (diff) | |
download | blog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.tar.gz blog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.tar.bz2 blog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.zip |
Add description and image for OG card
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 1114b24..99c1ab2 100644 --- a/config.toml +++ b/config.toml @@ -23,8 +23,8 @@ enableRobotsTXT = true # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually - # description = "Dante Catalfamo's personal tech blog." - # images = ["img/og.png"] # This will use the image called og.png in static/img folder + 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 # Posts shown in homepage mainSections = ["posts"] |