From f555d3420778db4c27a56c89520dfd1d421b0d58 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 21:09:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20set=20main=20image=20path?= =?UTF-8?q?=20relative=20to=20base=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index fcc05e1..ea5b143 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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.