diff --git a/src/App.vue b/src/App.vue index 4be8e5c..99b62d9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@
{{config.title.text}}
+
{{config.title.sub}}
diff --git a/src/content/charlie-config.json b/src/content/charlie-config.json index 4d50e21..83ae755 100644 --- a/src/content/charlie-config.json +++ b/src/content/charlie-config.json @@ -2,6 +2,7 @@ "title": { "text": "Charlie's Gallery", + "sub": "This is a subtitle", "height": 80, "background": "title.jpeg", "dim": 50,