summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-11-07 17:35:53 +0100
committersijanec <sijanecantonluka@gmail.com>2020-11-07 17:35:53 +0100
commite01fec938d2d146bc490438ba93f0b9c3f3f192d (patch)
tree9c33d5e473b0b74838f58029bc185c77f3947891 /blog.html
parentdodal fancy stuff; kategorije, slovenske številke - štetje (diff)
downloadsijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.gz
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.bz2
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.lz
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.xz
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.zst
sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.zip
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>