removed puts from article partial, testing fragment (sorry)

This commit is contained in:
Brandon Mathis 2012-02-18 14:58:12 -06:00
parent 7c7d3b8476
commit 2cf6e5b2b9

View File

@ -18,10 +18,6 @@
<footer>
<a rel="full-article" href="{{ permalink }}">{{ site.excerpt_link }}</a>
</footer>
{% puts %}
title: {{ article_title }}
excerpted: {{ excerpted }}
{% endputs %}
{% else %}
<div class="entry-content">{{ content }}</div>
{% endif %}