aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/index.html
diff options
context:
space:
mode:
authorAlexander Jung-Loddenkemper <alexander.julo@googlemail.com>2012-03-18 20:04:02 +0100
committerAlexander Jung-Loddenkemper <alexander.julo@googlemail.com>2012-03-18 20:04:02 +0100
commitf3060b4474f6364537b500713c4883ddf4002d9e (patch)
treec703ba271b4c7b960f1cfd011063c023f5db19a2 /bootlex/templates/index.html
parent6d2edf7db1bc74a1bb3b56b1d1c547aa01c3d79d (diff)
downloadpelican-themes-f3060b4474f6364537b500713c4883ddf4002d9e.tar.gz
merged analytics and changes to make bootlex xhtml strict
Diffstat (limited to 'bootlex/templates/index.html')
-rw-r--r--bootlex/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html
index 8e56370..9da666a 100644
--- a/bootlex/templates/index.html
+++ b/bootlex/templates/index.html
@@ -3,7 +3,7 @@
{% block content %}
<div id="content">
{% block content_title %}
-<h1>Blog</h2>
+<h1>Blog</h1>
{% endblock %}
<ul class="unstyled">
@@ -13,7 +13,7 @@
<div class="header">
<h2>{{ article.title }}</h2>
</div>
- <p class="meta"><small><span>{% if article.author %}<a href="{{ SITEURL }}author/{{ article.author }}/">{{ article.author }}</a> - {% endif %}</span><span>{{ article.locale_date }}</span> - <span class="tags">{% if article.tags %}{% for tag in article.tags %}<a href="/tag/{{ tag }}/">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}</small></p>
+ <p class="meta"><small><span>{% if article.author %}<a href="{{ SITEURL }}author/{{ article.author }}/">{{ article.author }}</a> - {% endif %}</span><span>{{ article.locale_date }}</span> - <span class="tags">{% if article.tags %}{% for tag in article.tags %}<a href="/tag/{{ tag }}/">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}</span></small></p>
<div class="entry-content">
{{ article.summary }}
</div><!-- /.entry-content -->
@@ -25,7 +25,7 @@
</div>
</li>
- <hr>
+ <li><hr /></li>
{% endfor %}