diff --git a/docs/layouts/icons/single.html b/docs/layouts/icons/single.html
index 0d791da886..e6c482cdb8 100644
--- a/docs/layouts/icons/single.html
+++ b/docs/layouts/icons/single.html
@@ -146,6 +146,26 @@
Copy HTML
{{ highlight $svgHtml "html" "" }}
+
+
+
+
Related icons
+
+ {{ $related := .Site.RegularPages.Related . -}}
+ {{- range first 15 $related -}}
+ {{- $filename := .File.TranslationBaseName -}}
+ -
+
+
+
+
+ {{ $filename }}
+
+
+ {{- end }}
+
+
+
{{- partialCached "footer" . }}
diff --git a/hugo.yml b/hugo.yml
index a9749e0c57..820c826c14 100644
--- a/hugo.yml
+++ b/hugo.yml
@@ -67,3 +67,8 @@ params:
icons: "https://icons.getbootstrap.com/"
swag: "https://cottonbureau.com/people/bootstrap"
icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons"
+
+related:
+ indices:
+ - name: tags
+ weight: 100