🐛 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:
@@ -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
|
||||
+++
|
||||
|
@@ -5,7 +5,7 @@ sort_by = "date"
|
||||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
header = {title = "¡Hola! Soy tabi~", img = "$BASE_URL/img/main.webp" }
|
||||
header = {title = "¡Hola! Soy tabi~", img = "img/main.webp" }
|
||||
section_path = "blog/_index.es.md"
|
||||
max_posts = 4
|
||||
+++
|
||||
|
@@ -5,7 +5,7 @@ sort_by = "date"
|
||||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
header = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.webp" }
|
||||
header = {title = "Hello! I'm tabi~", img = "img/main.webp" }
|
||||
section_path = "blog/_index.md"
|
||||
max_posts = 4
|
||||
+++
|
||||
|
Reference in New Issue
Block a user