diff --git a/index.html b/index.html
index 268add3..69f83dd 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,6 @@
-
@@ -101,6 +100,7 @@ About the Verse of the Day
let result = ''
+ '';
document.head.innerHTML += result;
+ document.title = verse.reference + ' - Verse of the Day';
}
const populate = (data, day) => {
diff --git a/preview.html b/preview.html
index c9c3c74..bd6d99a 100644
--- a/preview.html
+++ b/preview.html
@@ -3,6 +3,8 @@
+
+ Verse of the Day Preview