From 0efa5514d61a4c4a3ae35a288ee5d083c83106d4 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 26 Feb 2022 09:23:01 +0100 Subject: [PATCH] remove font-awesome reference; use bootstrap icons instead (as partials) --- layouts/_default/baseof.html | 3 --- layouts/partials/footer.html | 14 ++++++++------ layouts/partials/icons/envelope.svg | 3 +++ layouts/partials/icons/git.svg | 3 +++ layouts/partials/icons/github.svg | 3 +++ 5 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 layouts/partials/icons/envelope.svg create mode 100644 layouts/partials/icons/git.svg create mode 100644 layouts/partials/icons/github.svg diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b922e7d..dd4645d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,7 +12,6 @@ {{ hugo.Generator }} {{ $main := resources.Get "sass/main.scss" | toCSS | minify -}} - {{ block "config" . }}{{ end }} @@ -24,8 +23,6 @@ {{ partial "footer.html" . }} - - {{ block "appjs" . }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3ef5bff..edaddb0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,25 +4,27 @@ @@ -30,7 +32,7 @@ {{ with .Site.Params.builtBy -}} {{ .name }} + src="{{ site.BaseURL }}img/{{ .image }}" alt="{{ .name }}"> {{- end }} diff --git a/layouts/partials/icons/envelope.svg b/layouts/partials/icons/envelope.svg new file mode 100644 index 0000000..122fc35 --- /dev/null +++ b/layouts/partials/icons/envelope.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/layouts/partials/icons/git.svg b/layouts/partials/icons/git.svg new file mode 100644 index 0000000..092d23e --- /dev/null +++ b/layouts/partials/icons/git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/layouts/partials/icons/github.svg b/layouts/partials/icons/github.svg new file mode 100644 index 0000000..bb4e45c --- /dev/null +++ b/layouts/partials/icons/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file