From 898fcc8975fd63e9407180460c527e628fbc3ee0 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 4 Feb 2023 13:15:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix:=20working=20live=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb24985..76da0c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tabi -A simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://welpo.github.io/tabi). +A simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://welpo.ooo/tabi). > tabi — 旅 — Journey diff --git a/theme.toml b/theme.toml index a3ea014..984be57 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/welpo/tabi" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://welpo.github.io/tabi" +demo = "https://welpo.ooo/tabi" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will