summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/blog.html')
-rw-r--r--_layouts/blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html
index a35ef2a..7104a1a 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -4,7 +4,7 @@
{% include nav.html %}
<ul class="posts">
{% for post in site.posts %}
- <li><span>{{ post.date | date_to_long_string }}</span> <a href="{{ post.url | prepend: site.baseurl}}" title="{{ post.title }}">{{ post.title }}</a></li>
+ <li><span>{{ post.date | date_to_long_string }}</span> <a href="{{ post.url | prepend: site.baseurl}}.html" title="{{ post.title }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>