diff options
-rw-r--r-- | _pages/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pages/index.html b/_pages/index.html index d1a19c3..3b95333 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -8,7 +8,7 @@ layout: default <h1>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1> <h2>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h2> <ul> - {% for item in site.links %} + {% for item in site.social_links %} <li> <a href="{{ item[1] | strip_newlines | strip_html | strip | uri_escape }}" target="_blank"> {{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} |