aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates
diff options
context:
space:
mode:
authorMatts <s@tuxlite.com>2012-02-11 08:59:43 -0500
committerMatts <s@tuxlite.com>2012-02-11 08:59:43 -0500
commit8117e92d03fa547ada22ec7c481eb2f187c69bb4 (patch)
tree357efde6248af7c9bb63ec80a9fe3059b7339b78 /tuxlite_tbs/templates
parent2d5800dd448293f3bc879bbd11bfc22d2e4988a6 (diff)
downloadpelican-themes-8117e92d03fa547ada22ec7c481eb2f187c69bb4.zip
pelican-themes-8117e92d03fa547ada22ec7c481eb2f187c69bb4.tar.gz
pelican-themes-8117e92d03fa547ada22ec7c481eb2f187c69bb4.tar.bz2
Edited header elements again.
Diffstat (limited to 'tuxlite_tbs/templates')
-rw-r--r--tuxlite_tbs/templates/index.html3
1 files changed, 2 insertions, 1 deletions
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 %}
<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="summary">{{ article.summary }} <a class="btn btn-info xsmall" href="{{ SITEURL }}/{{ article.url }}">read more</a></div>
</div>
@@ -45,3 +45,4 @@
{% endif %} {# If articles #}
{% endblock content %}
+