From 372d986c033aa43708615ecd9a7121b5942602ce Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 22 Apr 2020 13:10:58 +0200 Subject: Debug theme. --- bcst/themes/hungry-hobo/index.html | 4 ++-- bcst/themes/hungry-hobo/resources.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'bcst') diff --git a/bcst/themes/hungry-hobo/index.html b/bcst/themes/hungry-hobo/index.html index b052521..05b7ba2 100644 --- a/bcst/themes/hungry-hobo/index.html +++ b/bcst/themes/hungry-hobo/index.html @@ -1,11 +1,11 @@ - Home + {{title}}
-

Hello

+

{{msg}}




diff --git a/bcst/themes/hungry-hobo/resources.json b/bcst/themes/hungry-hobo/resources.json index f443328..27fcb01 100644 --- a/bcst/themes/hungry-hobo/resources.json +++ b/bcst/themes/hungry-hobo/resources.json @@ -1,5 +1,6 @@ { - "title": "Default Theme", + "title": "Hungry-Hobo", + "msg": "Hello", "bookmarks": { "google": { "google": "http://www.google.fr", -- cgit v1.2.3