Merge pull request #181 from scott1702/gravatar

Update docs about gravatars
This commit is contained in:
Damian Mooyman 2016-03-21 17:28:44 +13:00
commit 02d5485f18

View File

@ -96,16 +96,16 @@ properly sanitized. Don't allow tags like `<script>` or arbitrary attributes.
## Gravatars ## Gravatars
Gravatars can be turned on by adding this to your mysite/_config.php file Gravatars can be turned on by adding this to your mysite/_config/config.yml file
```yaml ```yaml
SiteTree: SiteTree:
comments: comments:
use_gravitar: true use_gravatar: true
```` ````
The default size is 80 pixels, as per the gravatar site if the 's' parameter is The default size is 80 pixels, as per the gravatar site if the 's' parameter is
omitted. To change this add the following (again to mysite/_config.php): omitted. To change this add the following (again to mysite/_config/config.yml):
```yaml ```yaml
SiteTree: SiteTree: