Skip to content

Commit 3295411

Browse files
committed
Added doc ref link
1 parent b0a3c5b commit 3295411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_drafts/blog-attribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: patrik_fredriksson
88

99
Having a way of adding a reference to the blog post author is nice, and as it turns out this is supported by default in Jekyll by adding a `author: Author Name` to the [Front Matter](http://jekyllrb.com/docs/frontmatter/) part of the post. But to make it a bit more interesting you can easily add a few tweaks.
1010

11-
With inspiration from [this post](http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html) I added a list of authors as laid out in the post, and then tweaked the `post.html` file in the `_layouts` directory to look like this:
11+
With inspiration from [this post](http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html) I added a list of authors as laid out in the post, and then tweaked the `post.html` file in the [`_layouts`](http://jekyllrb.com/docs/datafiles/) directory to look like this:
1212

1313
{% highlight html %}
1414
---

0 commit comments

Comments
 (0)