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 -}}