snipette-gridsome/src/templates
Hippo 30f9448d72 Change GhostPage template to a symlink
Because that's what it is. No point updating the same content
twice in different files :P

The reason is, Gridsome needs GhostPage to exist so the page gets
a valid path, but doesn't actually use it because it loads
GhostPost first. We could technically leave GhostPage as an empty
file, but if the order changes someday and GhostPage starts
getting prioritised over GhostPost we'll be in a mess. Might as
well keep ourselves covered.
2019-12-24 15:06:27 +05:30
..
GhostAuthor.vue Enable image redirects 2019-12-19 22:01:35 +05:30
GhostPage.vue Change GhostPage template to a symlink 2019-12-24 15:06:27 +05:30
GhostPost.vue Create view for Pages 2019-12-24 13:38:50 +05:30
GhostTag.vue Enable image redirects 2019-12-19 22:01:35 +05:30