summaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-11-07 22:26:35 +0100
committersijanec <sijanecantonluka@gmail.com>2020-11-07 22:26:35 +0100
commit00351fe7b9dac85d4cc94b1f436db10f75075f4d (patch)
tree32b9602fe9d548c6c1e41e4c8058e4d2fa4ef7c1 /_layouts/post.html
parentpopravi (diff)
downloadsijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar.gz
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar.bz2
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar.lz
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar.xz
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.tar.zst
sijanec.eu-00351fe7b9dac85d4cc94b1f436db10f75075f4d.zip
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 86c1f10..9e03ee6 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -34,3 +34,10 @@ layout: default
</p>
{{ content }}
+
+{% if page.lastmodified %}
+ <div class="dimmedtext textright">
+ Objava je bila nazadnje urejena
+ {{ page.lastmodified | date: short_date_format}}.
+ </div>
+{% endif %}