This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smithtimmytim/ch37/recent posts not displaying for other authors (#163)
* Fix how author posts are retrieved * Add humans.txt
- Loading branch information
Tim Smith
authored
Dec 17, 2016
1 parent
8370471
commit 3a050a8
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
--- | ||
The Bold Report | ||
is made by some truly awesome humans. | ||
|
||
/* Site */ | ||
Designed and Developed by: Timothy B. Smith | ||
Launched: September 23, 2013 | ||
Hosted with: Heroku | ||
|
||
/* Tools */ | ||
MacBook Pro 2016 | ||
Atom | ||
Hyper | ||
Editorial | ||
Jekyll | ||
|
||
/* The Writing Team */ | ||
{% for author in site.data.authors %} | ||
{{ author[1].display_name }} - {{ author[1].email }} | ||
{% endfor %} | ||
|
||
Last Updated: {{ site.time | date:"%Y-%m-%d" }} |