diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-11-07 17:35:53 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-11-07 17:35:53 +0100 |
commit | e01fec938d2d146bc490438ba93f0b9c3f3f192d (patch) | |
tree | 9c33d5e473b0b74838f58029bc185c77f3947891 /_layouts/author.html | |
parent | dodal fancy stuff; kategorije, slovenske številke - štetje (diff) | |
download | sijanec.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-- | _layouts/author.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/author.html b/_layouts/author.html index 44e62e5..226f1bb 100644 --- a/_layouts/author.html +++ b/_layouts/author.html @@ -15,7 +15,7 @@ layout: default {% include posts_by_author.html %} {% for post in return %} <li> - <a href="{{ post.url | remove: ".html" }}"> + <a href="{{ post.url }}"> {{ post.title }} @ {{ post.date | date: site.short_date_format }} </a> </li> |