summaryrefslogtreecommitdiff
path: root/_layouts.gemini/post.html
diff options
context:
space:
mode:
authoruvok cheetah2025-06-22 17:39:38 +0200
committeruvok cheetah2025-06-22 17:39:38 +0200
commiteaf037ee3437a107876c8b8b2a755ee5c9d9f3c6 (patch)
treed531022b04da61f35442a3a2ff057867faea16cc /_layouts.gemini/post.html
parentc5428476020eda9d80a1f88cf4353fc63859c1d0 (diff)
gemini: change layout for date line, remove author
Diffstat (limited to '_layouts.gemini/post.html')
-rw-r--r--_layouts.gemini/post.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/_layouts.gemini/post.html b/_layouts.gemini/post.html
index 9ce3141..d3a93ae 100644
--- a/_layouts.gemini/post.html
+++ b/_layouts.gemini/post.html
@@ -9,14 +9,10 @@ layout: default
Published: {{ page.date | date: date_format }}
{%- if page.last_modified_at -%}
- -
- Updated: {{ page.last_modified_at | date: date_format }}
+ , Updated: {{ page.last_modified_at | date: date_format }}
{%- endif -%}
</p>
- {%- if page.author -%}
- - <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
- {%- endif -%}
</p>
<div class="post-content e-content" itemprop="articleBody">
{{ content }}