summaryrefslogtreecommitdiff
path: root/_layouts.gemini/post.html
diff options
context:
space:
mode:
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 }}