Merge pull request #25 from welpo/style/img-source

🚚 style: move main image to static path
This commit is contained in:
Óscar 2023-02-10 02:54:51 +01:00 committed by GitHub
commit 4bb7435eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ sort_by = "date"
template = "section.html"
[extra]
desc = {title = "Hello! I'm tabi~", img = "/main.png" }
desc = {title = "Hello! I'm tabi~", img = "/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.

View File

Before

Width:  |  Height:  |  Size: 313 KiB

After

Width:  |  Height:  |  Size: 313 KiB