From eea6dfd3fe4b97518d2c5d2fb550e906793507e8 Mon Sep 17 00:00:00 2001
From: Alexander Lazarević <laza@e11bits.com>
Date: Mon, 23 Feb 2026 14:34:13 +0000
Subject: [PATCH] Adds `rel` parameter to the social icons configuration documentation (#987)

---
 docs/configurations.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/configurations.md b/docs/configurations.md
index c6397ed..b6c7000 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -168,6 +168,7 @@
 | icon           | string | Yes      | FontAwesome icon classes.                | `"fa-brands fa-github"`         |
 | weight         | int    | Yes      | Icon order.                              | `1`                             |
 | url            | string | Yes      | URL to redirect.                         | `"https://github.com/johndoe/"` |
+| rel            | string | No       | Define the relationship                  | `"me"`                          |
 
 An example:
 

--
Gitblit v1.10.0