mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	helper name changes for casper
closes #17 - changed pagination and date in handlebars templates
This commit is contained in:
		@@ -11,5 +11,5 @@
 | 
			
		||||
            {{/if}}
 | 
			
		||||
        {{/foreach}}
 | 
			
		||||
    </ul>
 | 
			
		||||
    {{paginate}}
 | 
			
		||||
    {{pagination}}
 | 
			
		||||
</section>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
    <div class="wrap">
 | 
			
		||||
        <header>
 | 
			
		||||
            <h2 class="entry-title h1"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
 | 
			
		||||
            <span class="entry-meta">Published on <time class="updated" datetime="{{dateFormat published_at format='YYYY-MM-DD'}}">{{dateFormat published_at format='DD MMMM YYYY'}}</time></span>
 | 
			
		||||
            <span class="entry-meta">Published on <time class="updated" datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMMM YYYY'}}</time></span>
 | 
			
		||||
        </header>
 | 
			
		||||
 | 
			
		||||
        <section class="entry-content">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<li class="wrap">
 | 
			
		||||
    <article class="post type-post status-publish format-standard hentry">
 | 
			
		||||
        <h2 class="entry-title"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
 | 
			
		||||
        <time class="updated" datetime="2012-05-03">{{dateFormat published_at format="MMMM DD, YYYY"}}</time>
 | 
			
		||||
        <time class="updated" datetime="2012-05-03">{{date published_at format="MMMM DD, YYYY"}}</time>
 | 
			
		||||
    </article>
 | 
			
		||||
</li>
 | 
			
		||||
		Reference in New Issue
	
	Block a user