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 /blog.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 'blog.html')
-rw-r--r-- | blog.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/blog.html b/blog.html deleted file mode 100644 index 05a2239..0000000 --- a/blog.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -title: blog ---- -<h1> - objave -</h1> -<ul> - {% for post in site.posts %} - <li> - <h3> - <a href="{{ post.url | remove: ".html" }}"> - {{ post.title }} @ {{ post.date | date: site.short_date_format }} - </a> - </h3> - {{ post.excerpt }} - </li> - {% endfor %} -</ul> |