From 8117e92d03fa547ada22ec7c481eb2f187c69bb4 Mon Sep 17 00:00:00 2001 From: Matts Date: Sat, 11 Feb 2012 08:59:43 -0500 Subject: Edited header elements again. --- tuxlite_tbs/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tuxlite_tbs/templates/index.html b/tuxlite_tbs/templates/index.html index 9b2b251..d9d3e48 100644 --- a/tuxlite_tbs/templates/index.html +++ b/tuxlite_tbs/templates/index.html @@ -30,7 +30,7 @@ {% else %}
-

{{ article.title }}

+

{{ article.title }}

{% include "metadata.html" %}
{{ article.summary }} read more
@@ -45,3 +45,4 @@ {% endif %} {# If articles #} {% endblock content %} + -- cgit