diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:10:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:56 +0200 |
commit | f5613007297731d12f65ef81e1abacafe1f38cec (patch) | |
tree | bff774bfb996e0605ee9309c8cfe77037d103f50 /layouts/_default | |
parent | 47ad2d183c2487539c07918763ccce3daee2b665 (diff) |
fork: Typo as Tastefejl
Diffstat (limited to 'layouts/_default')
-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 }} |