aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/post/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/post/author.html')
-rw-r--r--source/_includes/post/author.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/_includes/post/author.html b/source/_includes/post/author.html
deleted file mode 100644
index 83dd6a89..00000000
--- a/source/_includes/post/author.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% if post.author %}
- {% assign author = post.author %}
-{% elsif page.author %}
- {% assign author = page.author %}
-{% else %}
- {% assign author = site.author %}
-{% endif %}
-{% if author %}<span class="byline author vcard">Posted by <span class="fn">{{ author }}</span></span>{% endif %}