From f6c54938f4c6ae5c050a417cb21ccd78382bddaf Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 8 Jul 2020 16:31:47 -0400 Subject: Add description and image for OG card --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.toml') 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"] -- cgit v1.2.3