Skip to content

Commit

Permalink
Merge pull request #39 from jasonrhaas/liquid-fixes
Browse files Browse the repository at this point in the history
Liquid fixes
  • Loading branch information
rosario committed Aug 12, 2017
2 parents 1261110 + e3d4813 commit a6ac005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -23,7 +23,7 @@
<footer class="site-footer clearfix">
<section class="copyright">
<a href="{{ site.baseurl }}">{{ site.name }}</a> &copy;
{{date format="YYYY"}} &bull; All rights reserved.
{{"now" | date: "%Y"}} &bull; All rights reserved.
</section>
<section class="poweredby">Made with Jekyll using
<a href="http://github.com/rosario/kasper">Kasper theme</a>
Expand Down
17 changes: 0 additions & 17 deletions index.html
Expand Up @@ -57,23 +57,6 @@ <h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
</footer>
</article>

<!-- Capser below -->
<!-- <article class="{{post_class}}">
<header class="post-header">
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
</header>
<section class="post-excerpt">
<p>{{excerpt words="26"}} <a class="read-more" href="{{url}}">&raquo;</a></p>
</section>
<footer class="post-meta">
{{#if author.image}}<img class="author-thumb" src="{{author.image}}" alt="Author image" nopin="nopin" />{{/if}}
{{author}}
{{tags prefix=" on "}}
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time>
</footer>
</article> -->
<!-- -->

{% endfor %}

{% include pagination.html %}
Expand Down

0 comments on commit a6ac005

Please sign in to comment.