🐛 fix: support relative paths in inherited social media card (#432)

This commit is contained in:
Óscar
2024-11-18 00:02:06 +01:00
committed by GitHub
parent a7833299ff
commit 39a6750d8b
33 changed files with 64 additions and 46 deletions

View File

@@ -5,6 +5,6 @@ sort_by = "date"
insert_anchor_links = "left"
[extra]
social_media_card = "blog/social_cards/ca_blog.jpg"
social_media_card = "ca_blog.jpg"
show_previous_next_article_links = true
+++

View File

@@ -5,6 +5,6 @@ sort_by = "date"
insert_anchor_links = "left"
[extra]
social_media_card = "blog/social_cards/es_blog.jpg"
social_media_card = "es_blog.jpg"
show_previous_next_article_links = true
+++

View File

@@ -5,6 +5,6 @@ sort_by = "date"
insert_anchor_links = "left"
[extra]
social_media_card = "blog/social_cards/blog.jpg"
social_media_card = "blog.jpg"
show_previous_next_article_links = true
+++

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB