From ae0c6ae00a249f9c3cc819edbfb899fe309d406e Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Sun, 07 Jun 2026 00:55:34 +0000
Subject: [PATCH] feat: add since shortcode for release badges

---
 config/_default/params.toml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/config/_default/params.toml b/config/_default/params.toml
index 612f05f..f4e7589 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -4,6 +4,11 @@
 [ananke.home]
 content_alignment = "center" # options: left, center, right
 
+[ananke.shortcodes.since]
+# printf format string for the `since` shortcode's release link.
+# %s is replaced with the version. Point this at your own project's releases.
+url = "https://github.com/gohugo-ananke/ananke/releases/tag/v%s"
+
 [ananke.social]
 icon_path = "ananke/socials/%s.svg"
 

--
Gitblit v1.10.0