docs: remove extraneous period from datafiles example.
This commit is contained in:
parent
e9638fa6a2
commit
2f75ade1b7
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue