Merge pull request #5010 from rvernica/patch-1

Merge pull request 5010
This commit is contained in:
jekyllbot 2016-06-14 09:55:35 -07:00 committed by GitHub
commit d3c9b8d077
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ defaults:
author: "Mr. Hyde" author: "Mr. Hyde"
{% endhighlight %} {% endhighlight %}
With these defaults, all posts would use the `my-site` layout. Any html files that exist in the `projects/` folder will use the `project` layout, if it exists. Those files will also have the `page.author` [liquid variable](../variables/) set to `Mr. Hyde` as well as have the category for the page set to `project`. With these defaults, all posts would use the `my-site` layout. Any html files that exist in the `projects/` folder will use the `project` layout, if it exists. Those files will also have the `page.author` [liquid variable](../variables/) set to `Mr. Hyde`.
{% highlight yaml %} {% highlight yaml %}
collections: collections: