bentlegen / reddish

A blogging theme for Mephisto

This URL has Read+Write access

Joel Chippindale (author)
Mon May 26 08:39:08 -0700 2008
commit  659a2b17f03d95c5cac8f0ba2939c9213c691cc1
tree    9241244af0a8afc00fbd5f6c8a791bb6de3547f5
parent  01cd01848255b189dc33a9143fe16100d62cf2bd
reddish / templates / _article.liquid
100644 14 lines (14 sloc) 0.363 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% if mode == 'single' %}
{% include 'article_rdf' %}
{% endif %}
<div class="hentry" id="article-{{ article.id }}">
  <h2 class="entry-title">
    {{ article | link_to_article }}
  </h2>
  {% include 'article_author' %}
  {% include 'article_content' %}
  {% include 'article_meta' %}
</div>
{% if mode == 'single' %}
{% include 'article_comments' %}
{% endif %}