diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 7 |
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 %} |