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 + CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 210bbac..9fe649b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -148,3 +148,4 @@ - [Matt Ellery](https://github.com/matt-ellery) - [Daniel Olshansky](https://github.com/olshansk) - [Gregor Podjed](https://github.com/gragorther) +- [Alexander Lazarević](https://e11bits.com) 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