summaryrefslogtreecommitdiffstats
path: root/_layouts
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
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')
-rw-r--r--_layouts/default.html1
-rw-r--r--_layouts/post.html7
2 files changed, 8 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 8fbaefa..ee2c686 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,6 +8,7 @@
<link rel=stylesheet href=/assets/css/styles.css />
<link rel=alternate hreflang=sl type=application/rss+xml href=/feed.xml />
<meta name=viewport content="width=device-width,initial-scale=1.0" />
+ <link rel="shortcut icon" type=image/x-icon href=/favicon.ico />
{% feed_meta %}
{% seo %}
{% if jekyll.environment == "production" %}
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 %}