Fix example URL inconsistency

In case of the GitHub example links like `<a href="https://github.com/{{ org.username }}">` with the full URL plus the variable were used, but for the Twitter example link only the `{{  author.name }}` was set as `href`.
This commit is contained in:
brainscript 2016-11-20 13:43:36 +01:00 committed by GitHub
parent 575c23e547
commit 195770f7f6
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ author: dave
{% assign author = site.data.people[page.author] %}
<a rel="author"
href="{{ author.twitter }}"
href="https://twitter.com/{{ author.twitter }}"
title="{{ author.name }}">
{{ author.name }}
</a>