From 7059ab0e93925efb78faddc41185f35700a5c8fe Mon Sep 17 00:00:00 2001
From: Mahdi Dibaiee
Date: Sun, 24 Mar 2019 08:24:43 +0430
Subject: [PATCH] fix(post): remove author
---
_layouts/post.html | 1 -
index.html | 1 -
2 files changed, 2 deletions(-)
diff --git a/_layouts/post.html b/_layouts/post.html
index 6b19162..aefb8e4 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,7 +9,6 @@ layout: default
{{ page.date | date: "%b %-d, %Y" }}
{% if page.meta %} • {{ page.meta }}{% endif %}
• Reading time: {{ content | reading_time }}
- {% if page.author %} • {{ page.author }}{% endif %}
diff --git a/index.html b/index.html
index 564fb0e..8db3f57 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,6 @@ layout: default
{{ post.date | date: "%b %-d, %Y" }}
{% if post.meta %} • {{ post.meta }}{% endif %}
• Reading time: {{ post.content | reading_time }}
- {% if post.author %} • {{ post.author }}{% endif %}