aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/article_infos.html
diff options
context:
space:
mode:
authorStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 01:47:30 +0200
committerStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 01:47:30 +0200
commit6c0150ce773e764c8775e6b2a37bcd4132da3127 (patch)
treef1f040a269316fe8c90dd3769ba08350363c4eed /bootstrap2/templates/article_infos.html
parent20b80f5c9b5e918c10451e28515afb2bbcb2d0c4 (diff)
downloadpelican-themes-6c0150ce773e764c8775e6b2a37bcd4132da3127.zip
pelican-themes-6c0150ce773e764c8775e6b2a37bcd4132da3127.tar.gz
pelican-themes-6c0150ce773e764c8775e6b2a37bcd4132da3127.tar.bz2
Trailing whitespaces cleanup in bootstrap2
Diffstat (limited to 'bootstrap2/templates/article_infos.html')
-rw-r--r--bootstrap2/templates/article_infos.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap2/templates/article_infos.html b/bootstrap2/templates/article_infos.html
index 0a6ce7a..a720b96 100644
--- a/bootstrap2/templates/article_infos.html
+++ b/bootstrap2/templates/article_infos.html
@@ -1,21 +1,21 @@
<footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="{{ article.date.isoformat() }}">
- <i class="icon-calendar"></i>{{ article.locale_date }}
+ <i class="icon-calendar"></i>{{ article.locale_date }}
</abbr>
{% if article.author %}
<span class="label">By</span>
<a href="{{ SITEURL }}/{{ article.author.url }}"><i class="icon-user"></i>{{ article.author }}</a>
{% endif %}
<span class="label">Category</span>
-<a href="{{ SITEURL }}/{{ article.category.url }}"><i class="icon-folder-open"></i>{{ article.category }}</a>.
+<a href="{{ SITEURL }}/{{ article.category.url }}"><i class="icon-folder-open"></i>{{ article.category }}</a>.
{% if PDF_PROCESSOR %}
<span class="label">
<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a>
</span>
{% endif %}
-
+
{% include 'taglist.html' %}
{% include 'translations.html' %}
</footer><!-- /.post-info -->