From 2f0c81c50d9c712b94cc0c79228f1b6b94feaab0 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Sun, 27 Oct 2024 20:24:59 -0600 Subject: [PATCH] Improve social media images --- site/_includes/components/social.njk | 4 ++-- site/_layouts/index.njk | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/site/_includes/components/social.njk b/site/_includes/components/social.njk index 04db9ec4f..9d0ef6037 100644 --- a/site/_includes/components/social.njk +++ b/site/_includes/components/social.njk @@ -8,10 +8,10 @@ {%- elif page.data.book.cover -%} {{page.data.book.cover}} {%- elif pageTitle -%} - {%- set fullTitle = pageTitle + " – Sympolymathesy" -%} + {%- set fullTitle = pageTitle + " – Sympolymathesy, by Chris Krycho" -%} https://cdn.statically.io/og/theme=dark/{{fullTitle | urlencode}}.png {%- else -%} - https://cdn.statically.io/og/theme=dark/Sympolymathesy.png + https://cdn.chriskrycho.com/images/sympolymathesy-social.png {%- endif -%} {%- endset -%} diff --git a/site/_layouts/index.njk b/site/_layouts/index.njk index 09ce33f3e..30010a77b 100644 --- a/site/_layouts/index.njk +++ b/site/_layouts/index.njk @@ -1,7 +1,3 @@ ---- -standalonePage: true ---- - {% extends 'base.njk' %} {% from 'components/index-list.njk' import list %}