diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index 868880d5..8bce94c0 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -39,7 +39,7 @@
{{ range $links := . }} {{ range $name, $url := $links }} - {{ partial "icon.html" $name }} {{ end }} diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index 163fbb10..d3c2aaec 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -36,7 +36,7 @@
{{ range $links := . }} {{ range $name, $url := $links }} - {{ partial "icon.html" $name }} {{ end }} @@ -52,4 +52,4 @@
{{ partial "recent-articles/main.html" . }} -
\ No newline at end of file + diff --git a/layouts/partials/translations.html b/layouts/partials/translations.html index 41e9b061..58e11eb4 100644 --- a/layouts/partials/translations.html +++ b/layouts/partials/translations.html @@ -1,7 +1,7 @@ {{ if .IsTranslated }}
@@ -19,4 +19,4 @@
-{{ end }} \ No newline at end of file +{{ end }}