From 23cf280f361c1fceceb13b645bd5ccd714ec1759 Mon Sep 17 00:00:00 2001 From: Hippo Date: Tue, 24 Dec 2019 15:18:28 +0530 Subject: [PATCH] Use Ghost site name for subscribe form instead of admin.yml one --- src/templates/GhostPost.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/templates/GhostPost.vue b/src/templates/GhostPost.vue index 7da6653..f3c93ba 100644 --- a/src/templates/GhostPost.vue +++ b/src/templates/GhostPost.vue @@ -32,7 +32,7 @@
- +

Get the latest posts delivered right to your inbox

@@ -163,3 +163,14 @@ export default { } } + + + query Metadata { + metadata { + ghost { + title + url + } + } + } +