From c17d12c3893998006d6249e30d89384068207554 Mon Sep 17 00:00:00 2001 From: MayMeow Date: Sun, 14 Mar 2021 10:35:34 +0100 Subject: [PATCH 1/2] Update Strava and Add Fitbit icon --- layouts/partials/svg.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index c96a080..26e4ccc 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -105,7 +105,7 @@ {{- else if (eq .name "steam") -}} {{- else if (eq .name "strava") -}} - + {{- else if (eq .name "telegram") -}} {{- else if (eq .name "tumblr") }} @@ -128,5 +128,7 @@ {{- else if (eq .name "youtube") -}} +{{- else if (eq .name "fitbit") -}} + {{- end -}} From 59c36e1b6cbfb2455002ac68775cafed6e2248a3 Mon Sep 17 00:00:00 2001 From: MayMeow Date: Sun, 14 Mar 2021 10:37:36 +0100 Subject: [PATCH 2/2] Update to alphabetical order --- docs/svgs.md | 1 + layouts/partials/svg.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/svgs.md b/docs/svgs.md index 5b80d5b..5d8651e 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -16,6 +16,7 @@ - [dribbble](https://simpleicons.org/?q=dribbble) - [email](https://feathericons.com/?query=mail) - [facebook](https://simpleicons.org/?q=facebook) +- [fitbit](https://simpleicons.org/?q=fitbit) - git - [gitbook](https://simpleicons.org/?q=gitbook) - [gitea](https://simpleicons.org/?q=gitea) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 26e4ccc..28d2684 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -30,6 +30,8 @@ {{- else if (eq .name "facebook") -}} +{{- else if (eq .name "fitbit") -}} + {{- else if (eq .name "git") -}} {{- else if (eq .name "gitea") -}} @@ -128,7 +130,5 @@ {{- else if (eq .name "youtube") -}} -{{- else if (eq .name "fitbit") -}} - {{- end -}}