From c3e34ca596f0032e707d8563c33bbd7f736ed7ca Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 22 Jun 2025 14:28:33 +0200 Subject: Prepare Gemini postings --- _layouts.gemini/home.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _layouts.gemini/home.html (limited to '_layouts.gemini/home.html') diff --git a/_layouts.gemini/home.html b/_layouts.gemini/home.html new file mode 100644 index 0000000..4e877fb --- /dev/null +++ b/_layouts.gemini/home.html @@ -0,0 +1,16 @@ +--- +layout: default +--- + +{{ content }} + + {%- if site.posts.size > 0 -%} + {%- for post in site.posts -%} + {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} + {{ post.date | date: date_format }} + {%- if post.lang == 'de' %} (DE){%- endif -%} + + {{ post.title | escape }} + + {%- endfor -%} + {%- endif -%} -- cgit v1.2.3