diff --git a/src/templates/GhostPage.vue b/src/templates/GhostPage.vue deleted file mode 100644 index 7da6653..0000000 --- a/src/templates/GhostPage.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - - query Post ($path: String!) { - post: ghostPost (path: $path) { - id - title - path - date: published_at (format: "D. MMMM YYYY") - tags { - id - slug - path - title: name - belongsTo { - edges { - node { - ... on GhostPost { - id - title - path - } - } - } - } - } - authors { - name - id - slug - image: profile_image - } - description: excerpt - content: html - image: feature_image - } - page: ghostPage (path: $path) { - id - title - path - date: updated_at (format: "D. MMMM YYYY") - description: excerpt - content: html - } - } - diff --git a/src/templates/GhostPage.vue b/src/templates/GhostPage.vue new file mode 120000 index 0000000..5d16ec6 --- /dev/null +++ b/src/templates/GhostPage.vue @@ -0,0 +1 @@ +./GhostPost.vue \ No newline at end of file