From b3d764117fca84115a2bd889f4548f636cfe9c41 Mon Sep 17 00:00:00 2001 From: Austin Green Date: Thu, 8 Jul 2021 18:14:44 -0400 Subject: [PATCH] add demosite link to theme.toml --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 0bfc7a5..f592578 100644 --- a/theme.toml +++ b/theme.toml @@ -6,8 +6,8 @@ license = "MIT" licenselink = "https://github.com/KatamariJr/split-landing/blob/master/LICENSE" description = "A split-landing page to link to two other websites. Modified from original source at https://codepen.io/bradtraversy/pen/dJzzdB " homepage = "https://github.com/KatamariJr/split-landing" -demosite = "" -tags = ["landing"] +demosite = "https://katamarijr.github.io/split-landing/" +tags = ["landing", "split"] features = [] min_version = "0.55.0"