From 13186bf221a1122abf9d674e10ddd694ccdce1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Lazarevi=C4=87?= Date: Sun, 9 Nov 2025 10:31:07 +0100 Subject: [PATCH 1/2] Adds `rel` parameter to the social icons configuration documentation --- docs/configurations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configurations.md b/docs/configurations.md index c6397ed4c..b6c70003a 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -168,6 +168,7 @@ Social Icons are optional. To use them you will need to set at least all the fol | 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: From 61b6ab116c99f5b1c1dafaae6c1c9606de8b4f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Lazarevi=C4=87?= Date: Sun, 9 Nov 2025 10:45:34 +0100 Subject: [PATCH 2/2] Added myself as a first contributer --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 210bbac5a..9fe649ba6 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)