forked from deepStateMirrors/tabi
🐛 fix(home-banner): allow missing image & correct spacing (#123)
Also removes the necessity for $BASE_URL in specifying home banner images.
This commit is contained in:
parent
7d8ed20c24
commit
9c3e5d3990
6 changed files with 81 additions and 75 deletions
|
@ -5,7 +5,7 @@ sort_by = "date"
|
|||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
header = {title = "Hola! Soc tabi~", img = "$BASE_URL/img/main.webp" }
|
||||
header = {title = "Hola! Soc tabi~", img = "img/main.webp" }
|
||||
section_path = "blog/_index.ca.md"
|
||||
max_posts = 4
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue