From 14e97fefb3701b7151939536d3d4d0360c75cb05 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 22 Dec 2019 23:18:30 -0500 Subject: [PATCH] [+] Create subtitle --- src/App.vue | 1 + src/content/charlie-config.json | 1 + 2 files changed, 2 insertions(+) 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,