diff options
Diffstat (limited to 'layouts/_default/home.html')
-rw-r--r-- | layouts/_default/home.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 4c8ebd7..e58a520 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -16,20 +16,6 @@ </div> {{ end }} -{{/* Social Icons */}} - -{{ with site.Params.social }} -<div class="social-icons"> - {{- range . }} - <a href="{{ trim .url " " | safeURL }}" target="_blank" - rel="noopener noreferrer me" - title="{{ (.title | default .name) | title }}"> - {{ partial "svg.html" . }} - </a> - {{- end }} -</div> -{{ end }} - {{/* Collection Section */}} {{ if .Site.Params.homeCollection }} @@ -58,4 +44,4 @@ {{ end }} </div> -{{ end }}
\ No newline at end of file +{{ end }} |