From eef0fa33867a56ea08aedeb703058c8c0e1493fb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Jan 2021 12:50:07 -0300 Subject: post.html: Remove
tags --- _layouts/post.html | 71 +++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 8aafb9d..28af9ce 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,52 +1,51 @@ --- layout: default --- -
+
{{ site.t.posted_on[page.lang] }} {% include i18n-date.html date=page.date %} -
-{% if page.updated_at %} -
+ + {% if page.updated_at %} +
{{ site.t.updated_at[page.lang] }} {% include i18n-date.html date=page.updated_at %} -
-{% endif %} -
+ {% endif %} + - {% if page.audio %} - {% assign ogg=page.url | replace_first: "/", "" | replace: ".html", ".ogg" %} - +{% if page.audio %} + {% assign ogg=page.url | replace_first: "/", "" | replace: ".html", ".ogg" %} + - + +{% endif %} + +{% if page.video %} + {% assign webm=page.url | replace_first: "/", "" | replace: ".html", ".webm" %} + {% if site.flags.direct-video %} + {% endif %} - {% if page.video %} - {% assign webm=page.url | replace_first: "/", "" | replace: ".html", ".webm" %} - {% if site.flags.direct-video %} - - {% endif %} + +{% endif %} - - {% endif %} +{{ content }} - {{ content }} -
- + -- cgit v1.2.3