mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: support relative paths in inherited social media card (#432)
This commit is contained in:
parent
a7833299ff
commit
39a6750d8b
33 changed files with 64 additions and 46 deletions
|
@ -5,7 +5,7 @@ template = "cards.html"
|
|||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "projects/social_cards/ca_projects.jpg"
|
||||
social_media_card = "projects/ca_projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
|
|
@ -5,7 +5,7 @@ template = "cards.html"
|
|||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "projects/social_cards/es_projects.jpg"
|
||||
social_media_card = "projects/es_projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
|
|
@ -5,7 +5,7 @@ template = "cards.html"
|
|||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "projects/social_cards/projects.jpg"
|
||||
social_media_card = "projects/projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Add table
Add a link
Reference in a new issue