From 718ffb16385cdd1de4958cd9a9cd3cfe8d00fc6c Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Mon, 22 Sep 2025 18:20:46 -0400 Subject: [PATCH] Default social media image and fix typo --- config.toml | 1 + layouts/_default/baseof.html | 2 +- static/default-og.png | Bin 0 -> 373370 bytes 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/default-og.png diff --git a/config.toml b/config.toml index c27ba59f..f6c865cd 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ theme = "m10c" avatar = "face.jpg" description = "Links, thoughts, & what-not from Athens, GA." favicon = "favicon.ico" + images = ["/default-og.png"] [[params.social]] icon = "home" name = "Home" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 96373321..ddbd0792 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -58,7 +58,7 @@ {{- end }} {{- with .Site.Menus.tertiary }} -
Auxillary Pages +
Auxiliary Pages