Skip to content

Commit 9c7e6c1

Browse files
committed
Fix author
1 parent 551b6aa commit 9c7e6c1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ prose:
7474
#
7575
title: Orionrobots
7676
tagline: Learn to build robots at home
77-
author :
78-
name : Danny Staple
79-
email :
80-
github : orionrobots
81-
feedburner : orionrobots
77+
author: Danny Staple
8278
sharing:
8379
facebook: True
8480
twitter: false

_includes/layouts/post.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: default
55
<div class="span12">
66
<div class="date">
77
<time>{{ page.date | date_to_long_string }}</time>
8-
<div class="author">by {{ author }}</div>
8+
<div class="author">by {{ page.author | default: author | default: "Danny Staple" }}</div>
99
</div>
1010

1111
<article class="content">

0 commit comments

Comments
 (0)