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 / single.liquid
100644 5 lines (5 sloc) 0.117 kb
1
2
3
4
5
{% unless mode == 'page' %}
  {% include 'article' with articles %}
{% else %}
  {% include 'page' %}
{% endunless %}