Edited header elements again.

This commit is contained in:
Matts
2012-02-11 08:59:43 -05:00
parent 2d5800dd44
commit 8117e92d03

View File

@@ -30,7 +30,7 @@
{% else %} {% else %}
<div class='article'> <div class='article'>
<a href="{{ SITEURL }}/{{ article.url }}"><h1>{{ article.title }}</h1></a> <a href="{{ SITEURL }}/{{ article.url }}"><h2>{{ article.title }}</h2></a>
<div class= "well small"> {% include "metadata.html" %} </div> <div class= "well small"> {% include "metadata.html" %} </div>
<div class="summary">{{ article.summary }} <a class="btn btn-info xsmall" href="{{ SITEURL }}/{{ article.url }}">read more</a></div> <div class="summary">{{ article.summary }} <a class="btn btn-info xsmall" href="{{ SITEURL }}/{{ article.url }}">read more</a></div>
</div> </div>
@@ -45,3 +45,4 @@
{% endif %} {# If articles #} {% endif %} {# If articles #}
{% endblock content %} {% endblock content %}