Commit graph

8 commits

Author SHA1 Message Date
Hippo 1d469620ba Bugfix: build fails if post has no authors
Because it tries to count the first one anyway
2020-04-26 22:35:43 +05:30
Hippo 15905289e1 Bugfix: build fails if post doesn't have tags
Because how can you iterate over something that doesn't exist?
2020-04-26 22:31:45 +05:30
Hippo 4c42364083 Display meta tags (for Facebook, Twitter, etc.)
Social media, here we come!
2020-04-26 22:24:12 +05:30
Badri Sunderarajan 2d641f3008 Style scissors separator 2020-03-15 15:27:30 +05:30
Hippo 23cf280f36 Use Ghost site name for subscribe form instead of admin.yml one 2019-12-24 15:18:28 +05:30
Hippo 9a0415d3ff Create view for Pages
GhostPost and GhostPage are copies of each other: they
conditionally render depending on whether the path matches a post
or page. The reason for this workaround is that, otherwise, the
router would show a 404 for non-matching posts even when a
matching page existed, since they both lie under the same path.
2019-12-24 13:38:50 +05:30
Hippo 16bcaaf54b Enable image redirects
Images can now go directly to media.snipettemag.com instead of
being routed through the private Ghost instance. (Reduces traffic
on that node).
2019-12-19 22:01:35 +05:30
Hippo e264253c16 Create Ghost templates for Posts, Authors, and Views 2019-12-18 19:24:22 +05:30
Renamed from src/templates/Post.vue (Browse further)