remove classname

This commit is contained in:
Gered 2013-05-26 18:17:47 -04:00
parent 2f44eabd70
commit d9178c25a0

View file

@ -7,7 +7,7 @@
</div> </div>
{% for post in posts %} {% for post in posts %}
<div class="row table-hover"> <div class="row">
<div class="span2 muted text-right"><time title="{{post.created_at|to_fulltime}}">{{post.created_at|to_relative}}</time></div> <div class="span2 muted text-right"><time title="{{post.created_at|to_fulltime}}">{{post.created_at|to_relative}}</time></div>
<div class="span9"><a href="{{context}}{{post|post-url}}">{{post.title}}</a></div> <div class="span9"><a href="{{context}}{{post|post-url}}">{{post.title}}</a></div>
</div> </div>