docs: remove extraneous period from datafiles example.
This commit is contained in:
parent
e9638fa6a2
commit
2f75ade1b7
|
@ -135,7 +135,7 @@ title: sample post
|
||||||
author: dave
|
author: dave
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign author = site.data.people.[page.author] %}
|
{% assign author = site.data.people[page.author] %}
|
||||||
<a rel="author"
|
<a rel="author"
|
||||||
href="{{ author.twitter }}"
|
href="{{ author.twitter }}"
|
||||||
title="{{ author.name }}">
|
title="{{ author.name }}">
|
||||||
|
|
Loading…
Reference in New Issue