summaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
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 %}