Compare commits

...

8 Commits
0.1.1 ... 0.2.0

Author SHA1 Message Date
8990d7598d Milestone 0.2.0 version bump 2013-07-12 00:10:09 +01:00
97a24a07fb Ghost issue 246 part 12
- renaming single.hbs to post.hbs
2013-07-11 17:50:01 +01:00
09295abe40 Ghost issue 254 adds a helper for content
- Removed triple taches from content as they are no longer required
2013-07-11 17:09:45 +01:00
e40d3e2680 Ghost issue 253 changed content_html to just content
This update to casper matches that change
2013-07-11 16:28:58 +01:00
cffc941b6b HTML helpers refactor - issue #246 item 2
- Helpers no longer require data to be passed explicitly to them
2013-07-11 01:28:04 +01:00
5d770ffe10 HTML helpers work with double taches - issue #246 item 1.
- updating casper to use 2 taches for pagination helper
2013-07-09 16:31:44 +01:00
93072a6d9b Merge pull request #14 from cobbspur/casperpage
closes issue #13 pagination
2013-06-25 09:46:25 -07:00
229ab70899 closes issue #13 pagination
- adds pagination to homepage
2013-06-25 16:20:22 +01:00
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Casper v0.1.1
# Casper v0.2.0
The default theme for [Ghost](http://github.com/tryghost/ghost/).

View File

@ -11,5 +11,5 @@
{{/if}}
{{/foreach}}
</ul>
{{paginate}}
</section>

View File

@ -11,7 +11,7 @@
</header>
<section class="entry-content">
{{{content_html}}}
{{content}}
</section>
</div>
</article>