From bced40e2e8df1767c8cbbb8d131692fb88930d45 Mon Sep 17 00:00:00 2001 From: Bashynx Date: Fri, 27 Mar 2026 07:19:17 +0100 Subject: [PATCH] Added rel="me" flag option into social media links --- _EXAMPLE_config.yml | 1 + layout/layout.ejs | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_EXAMPLE_config.yml b/_EXAMPLE_config.yml index 2c7a9b5..eba5406 100644 --- a/_EXAMPLE_config.yml +++ b/_EXAMPLE_config.yml @@ -46,6 +46,7 @@ social: enable: false - url: https://mastodon.social icon: fab fa-mastodon + relme: true # rel="me" for verifying your blog / site enable: true - url: https://www.linkedin.com/ icon: fab fa-linkedin diff --git a/layout/layout.ejs b/layout/layout.ejs index e7c6065..b1bee99 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -25,6 +25,8 @@ + +