aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/posts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:32:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:32:25 +0300
commitfc26f83dd0048a2010927a3b2e2585bf368fa2fa (patch)
treee89a71c5eb02c3c7db23a454f365c5e5c8c9605e /posts
parentdon't zero-pad day number in dates (diff)
downloadsorting-algorithms-fc26f83dd0048a2010927a3b2e2585bf368fa2fa.tar.gz
sorting-algorithms-fc26f83dd0048a2010927a3b2e2585bf368fa2fa.zip
add missing &nbsp;s
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/index.html b/posts/index.html
index a18beb6..f787c9e 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -13,7 +13,7 @@ root_page: true
{% else %}
{% for post in paginator.posts %}
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
- <p class="text-muted"><span class="glyphicon glyphicon-time"></span> Posted on {{ post.date | date: '%-d %B %Y' }}</p>
+ <p class="text-muted"><span class="glyphicon glyphicon-time"></span>&nbsp;Posted on {{ post.date | date: '%-d %B %Y' }}</p>
<p>{{ post.excerpt }}</p>
<hr/>
{% endfor %}