diff --git a/site/_includes/components/social.njk b/site/_includes/components/social.njk index 04db9ec4..9d0ef603 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 09ce33f3..30010a77 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 %}