{% head %}
{{site.title}}—{{site.subtitle}}
{{ 'master' | stylesheet }} {{ 'color' | stylesheet }} {{ 'prototype' | javascript }} {{ 'effects' | javascript }} {{ 'typo' | javascript }} {{ 'lucid' | javascript }} {{ head.feed }} {% endhead %}
{{ site.title }}
{{ site.subtitle }}
Layout and color options
Fixed
Fluid
Ruby color set
Mint color set
Bleached color set
{{ content_for_layout }}
Recently
{% for article in articles %}
{{ article.published_at | strftime: '%m.%y' }}
{{ article.title }}
{% endfor %}
Categories
{% for section in site.sections %}
{{ section.name }}
({{ section.articles_count }})
{% endfor %}