From cfd0246b241cb6e58153e68f7e30ed56b9bf054b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 17 Nov 2024 20:15:02 -0300 Subject: Remove jekyll infrastructure setup --- _layouts/post.html | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 345f781..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default ---- -
- {{ site.t.posted_on[page.lang] }} - {% include i18n-date.html date=page.date %} - - {% if page.updated_at %} -
- {{ site.t.updated_at[page.lang] }} - {% include i18n-date.html date=page.updated_at %} - {% endif %} -
- -{% 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" %} - - - -{% endif %} - -{{ content }} - -
-

- {% include public-inbox.html %} -

-
-- cgit v1.2.3