summaryrefslogtreecommitdiffstats
path: root/blog/objave.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--blog/objave.html (renamed from blog.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog/objave.html
index 05a2239..9c87194 100644
--- a/blog.html
+++ b/blog/objave.html
@@ -9,7 +9,7 @@ title: blog
{% for post in site.posts %}
<li>
<h3>
- <a href="{{ post.url | remove: ".html" }}">
+ <a href="{{ post.url }}">
{{ post.title }} @ {{ post.date | date: site.short_date_format }}
</a>
</h3>