Skip to content

Commit

Permalink
Add a TODO for twitter card images
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 1, 2025
1 parent 075059c commit 1895e57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_includes/head/seo/twitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

{% assign title = page.title | default: site.title %}
{% assign description = page.excerpt | default: site.description | strip_html %}

{% comment %} TODO: for Twitter cards the images should always be a square. {% endcomment %}
{% assign image = page.image.path | default: "assets/images/default/default-card-image.png" | webp: "960x540" | absolute_url %}
{% assign image_alt = page.image.alt | default: "TODO: some alternative description of the default image" %}

Expand Down

0 comments on commit 1895e57

Please sign in to comment.