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 @@
-

Subscribe to {{ Admin.site.title }}

+

Subscribe to {{ $static.metadata.ghost.title }}

Get the latest posts delivered right to your inbox

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