Skip to content

Commit

Permalink
Improve social media images
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 28, 2024
1 parent abee321 commit 2f0c81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions site/_includes/components/social.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down
4 changes: 0 additions & 4 deletions site/_layouts/index.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
standalonePage: true
---

{% extends 'base.njk' %}
{% from 'components/index-list.njk' import list %}

Expand Down

0 comments on commit 2f0c81c

Please sign in to comment.