aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/home.html')
-rw-r--r--layouts/partials/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index 6c44ae0..e497537 100644
--- a/layouts/partials/home.html
+++ b/layouts/partials/home.html
@@ -2,10 +2,12 @@
<div class="about">
<h1>{{ .Site.Params.author }}</h1>
<h2>{{ .Site.Params.info }}</h2>
+ {{ with .Site.Params.social }}
<ul>
- {{ range sort .Site.Params.social }}
+ {{ range sort .}}
<li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }}
</ul>
+ {{ end }}
</div>
</section>