We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551b6aa commit 9c7e6c1Copy full SHA for 9c7e6c1
_config.yml
@@ -74,11 +74,7 @@ prose:
74
#
75
title: Orionrobots
76
tagline: Learn to build robots at home
77
-author :
78
- name : Danny Staple
79
- email :
80
- github : orionrobots
81
- feedburner : orionrobots
+author: Danny Staple
82
sharing:
83
facebook: True
84
twitter: false
_includes/layouts/post.liquid
@@ -5,7 +5,7 @@ layout: default
5
<div class="span12">
6
<div class="date">
7
<time>{{ page.date | date_to_long_string }}</time>
8
- <div class="author">by {{ author }}</div>
+ <div class="author">by {{ page.author | default: author | default: "Danny Staple" }}</div>
9
</div>
10
11
<article class="content">
0 commit comments