Commit graph

5 commits

Author SHA1 Message Date
Hippo 77526a77f1 Fix typo during last post detection in PreviousNext
We're at the last post when (length-1) > i, not length > i,
because we're indexing from 0 but starting from 1
2019-12-24 15:16:33 +05:30
Hippo a6df86542c Highlight current post in "Read Next" card 2019-12-24 14:06:14 +05:30
Hippo bc26ddef61 Fix errors in Navbar tag type
We were trying to use "tag" instead of "this.tag" and expecting
it to be a String instead of an Object
2019-12-18 19:35:48 +05:30
Hippo e264253c16 Create Ghost templates for Posts, Authors, and Views 2019-12-18 19:24:22 +05:30
Hippo b297d33675 Initial commit with Casper starter template 2019-12-05 17:16:27 +05:30