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/post.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _layouts.gemini/post.html (limited to '_layouts.gemini/post.html') diff --git a/_layouts.gemini/post.html b/_layouts.gemini/post.html new file mode 100644 index 0000000..9ce3141 --- /dev/null +++ b/_layouts.gemini/post.html @@ -0,0 +1,23 @@ +--- +layout: default +--- +
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} + {%- assign date_format = "%A, %e. %B %Y, %k:%M" -%} + Published: {{ page.date | date: date_format }} + + {%- if page.last_modified_at -%} + - + Updated: {{ page.last_modified_at | date: date_format }} + {%- endif -%} +
+ + {%- if page.author -%} + - + {%- endif -%} + +