diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index cca829cf..ccf781c3 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -42,7 +42,8 @@
{{/* Display icon menu item */}}
{{- if .Params.icon -}}
-
+ {{- $rel := cond (eq .Params.icon "mastodon") "noreferer me" "noreferer" }}
+
{{- partial "utils/icon.html" (dict "name" .Params.icon "attributes" "height=24") -}}
{{ or (T .Identifier) .Name | safeHTML }}