From 1645042922199ebc8bf6633c3356dc26aabed490 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 28 May 2025 20:04:52 -0400 Subject: [PATCH] Add fedi link Link needs to contain rel="me" for verification --- content/_index.md | 2 +- layouts/_shortcodes/myfedilink.html | 1 + public | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 layouts/_shortcodes/myfedilink.html diff --git a/content/_index.md b/content/_index.md index 443af08..77e3936 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,5 +7,5 @@ Just another dev blog. * git: https://gitea.balki.me/balki * github: https://github.com/balki -* Fediverse: https://social.balki.me/@balki `@balki@balki.me` +* Fediverse: {{< myfedilink >}} `@balki@balki.me` * RSS: https://blog.balki.me/index.xml diff --git a/layouts/_shortcodes/myfedilink.html b/layouts/_shortcodes/myfedilink.html new file mode 100644 index 0000000..f0504da --- /dev/null +++ b/layouts/_shortcodes/myfedilink.html @@ -0,0 +1 @@ +https://social.balki.me/@balki diff --git a/public b/public index 15935f4..a43a271 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 15935f461aa623cd28b2db976f707b85ce489b1a +Subproject commit a43a27194c5fd7f4941537a689c1a15a6d577cc8