update layout; add disqus

This commit is contained in:
Danny Berger
2013-01-14 10:27:12 -07:00
parent 9c433a762d
commit 711dc3bf7c
6 changed files with 50 additions and 9 deletions

View File

@@ -18,8 +18,8 @@ layout: default
<time datetime="{{ post.date|date_to_xmlschema }}"><strong>{{ post.date|date:"%b %d"|upcase }}</strong><br />{{ post.date|date:"%Y" }}</time>
</div>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{% if post.tags|size %}
<div class="meta" style="margin-bottom:0;margin-top:0;">{% for tag in post.tags %}{% if forloop.index0 > 0 %} &middot; {% endif %}<a href="/tags/{{ tag|slugize }}">{{ tag }}</a>{% endfor %}</div>
{% if post.description %}
<div class="meta" style="margin-bottom:0;margin-top:0;">{{ post.description }}</div>
{% endif %}
</header>
</section>