bentlegen / reddish

A blogging theme for Mephisto

Joel Chippindale (author)
Mon May 26 08:39:08 -0700 2008
commit  659a2b17f03d95c5cac8f0ba2939c9213c691cc1
tree    9241244af0a8afc00fbd5f6c8a791bb6de3547f5
parent  01cd01848255b189dc33a9143fe16100d62cf2bd
reddish / templates / _article_content.liquid
100644 10 lines (10 sloc) 0.259 kb
1
2
3
4
5
6
7
8
9
10
<div class="entry-content">
  {{ article.content }}
  {% if article.excerpt %}
    {% unless mode == 'single' %}
    <div class="extended">
      <p>{{ article | link_to_article: "Continue reading..." }}</p>
    </div>
    {% endunless %}
  {% endif %}
</div>