docs: remove extraneous period from datafiles example.

This commit is contained in:
Parker Moore 2015-04-10 17:23:34 -04:00
parent e9638fa6a2
commit 2f75ade1b7
1 changed files with 4 additions and 4 deletions

View File

@ -135,11 +135,11 @@ title: sample post
author: dave
---
{% assign author = site.data.people.[page.author] %}
{% assign author = site.data.people[page.author] %}
<a rel="author"
href="{{ author.twitter }}"
title="{{ author.name }}">
{{author.name}}
{{ author.name }}
</a>
{% endraw %}