feat: add support for social media cards (#130)

This commit is contained in:
Óscar 2023-09-06 13:38:52 +02:00 committed by GitHub
parent ab4b523f9c
commit d53b8470a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
77 changed files with 162 additions and 35 deletions

View file

@ -2,4 +2,7 @@
title = "Projectes"
sort_by = "weight"
template = "cards.html"
[extra]
social_media_card = "img/social_cards/ca_projects.jpg"
+++

View file

@ -2,4 +2,7 @@
title = "Proyectos"
sort_by = "weight"
template = "cards.html"
[extra]
social_media_card = "img/social_cards/es_projects.jpg"
+++

View file

@ -2,4 +2,7 @@
title = "Projects"
sort_by = "weight"
template = "cards.html"
[extra]
social_media_card = "img/social_cards/projects.jpg"
+++