🐛 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

@@ -3,5 +3,5 @@ title = "Arxiu"
template = "archive.html"
[extra]
social_media_card = "archive/social_cards/ca_archive.jpg"
social_media_card = "ca_archive.jpg"
+++

View File

@@ -3,5 +3,5 @@ title = "Archivo"
template = "archive.html"
[extra]
social_media_card = "archive/social_cards/es_archive.jpg"
social_media_card = "es_archive.jpg"
+++

View File

@@ -3,5 +3,5 @@ title = "Archive"
template = "archive.html"
[extra]
social_media_card = "archive/social_cards/archive.jpg"
social_media_card = "archive.jpg"
+++

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB