From 195770f7f619dddaae4630b9b734a7c6b90484e2 Mon Sep 17 00:00:00 2001 From: brainscript Date: Sun, 20 Nov 2016 13:43:36 +0100 Subject: [PATCH] Fix example URL inconsistency In case of the GitHub example links like `` with the full URL plus the variable were used, but for the Twitter example link only the `{{ author.name }}` was set as `href`. --- docs/_docs/datafiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index daf5e4b1..21799169 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -143,7 +143,7 @@ author: dave {% assign author = site.data.people[page.author] %}