diff --git a/layouts/shortcodes/friend.html b/layouts/shortcodes/friend.html index 1cebce83..66086271 100644 --- a/layouts/shortcodes/friend.html +++ b/layouts/shortcodes/friend.html @@ -1,5 +1,5 @@ {{ with index .Site.Data.friends (.Get 0) }} - {{.name}} + {{.name}} {{ else }} {{ errorf "Could not display friend %s" (.Get 0) }} {{ end }}