Merge pull request #5592 from brainscript/patch-1
Merge pull request 5592
This commit is contained in:
commit
7338191f2b
|
@ -143,7 +143,7 @@ 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="https://twitter.com/{{ author.twitter }}"
|
||||||
title="{{ author.name }}">
|
title="{{ author.name }}">
|
||||||
{{ author.name }}
|
{{ author.name }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue