feat(header): add img_alt attribute for customisable alt text

This commit is contained in:
welpo 2023-09-13 19:44:22 +02:00
parent f1d92a73ce
commit 6f50b0e697
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
6 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ sort_by = "date"
template = "section.html"
[extra]
header = {title = "Hola! Soc tabi~", img = "img/main.webp" }
header = {title = "Hola! Soc tabi~", img = "img/main.webp", img_alt = "Óscar Fernández, l'autor de tabi" }
section_path = "blog/_index.ca.md"
max_posts = 4
social_media_card = "img/social_cards/ca.jpg"