mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix: set main image path relative to base_url
This commit is contained in:
parent
ebfc1f0001
commit
f555d34207
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sort_by = "date"
|
|||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
desc = {title = "Hello! I'm tabi~", img = "/img/main.png" }
|
||||
desc = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.png" }
|
||||
+++
|
||||
|
||||
Tabi is a simple theme for [Zola](https://www.getzola.org/). It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue