diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6af8c1f..f06db0f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,9 @@ + {{ range .Site.Params.customHeader }} + {{ safeHTML . }} + {{ end }} {{ with .Site.Params.name }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ .Hugo.Generator }} diff --git a/layouts/partials/social.html b/layouts/partials/social.html index ce96cc8..0517dae 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -1,20 +1,8 @@
-{{ if eq .Site.Params.iconFont "font-awesome" }} - - {{ range $key, $val := .Site.Social }} - - - - {{ end }} - -{{ else }} - {{ $iconStyle := .Site.Params.socialIconStyle }} {{ range $key, $val := .Site.Social }} - + {{ $iconStyle }}{{ if eq $key "twitter" }}twitterbird{{ else }}{{ $key }}{{ end }} {{ end }} - -{{ end }}
diff --git a/static/fonts/icons.svg b/static/fonts/icons.svg deleted file mode 100644 index 83f103b..0000000 --- a/static/fonts/icons.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - -Copyright (C) 2013 by original authors @ fontello.com - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/fonts/icons.ttf b/static/fonts/icons.ttf deleted file mode 100644 index 1b4e5a0..0000000 Binary files a/static/fonts/icons.ttf and /dev/null differ diff --git a/static/fonts/icons.woff b/static/fonts/icons.woff deleted file mode 100644 index a6469ba..0000000 Binary files a/static/fonts/icons.woff and /dev/null differ