From ed8911963ad821f4afecc52c8501e2d8f7bf10c1 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 7 Nov 2020 23:43:49 +0100 Subject: sexy datumi --- _layouts/post.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 9e03ee6..8bb4651 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,7 +5,9 @@ layout: default {{ page.title }}

- {{ page.date | date: site.short_date_format }} + {% assign argv = page.date | append: ",true,true" | split: "," %} + {% include datumincas.html %} + {{ return }} {% assign author = site.authors | where: 'short_name', page.author | first %} {% assign anon = site.authors | where: 'short_name', "anonymous" | first %} - @@ -36,8 +38,10 @@ layout: default {{ content }} {% if page.lastmodified %} -

- Objava je bila nazadnje urejena - {{ page.lastmodified | date: short_date_format}}. +
+ Objava je bila nazadnje urejena v + {% assign argv = page.lastmodified | split: ","%} + {% include datumincas.html %} + {{ return }}.
{% endif %} -- cgit v1.2.3