From 2552bc1e9cf8c99980b83f954606b9aa12a178ff Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 17 Mar 2026 19:57:53 +0000 Subject: [PATCH] feat: add status indicator option to footer links --- layouts/_partials/footer.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e098ee9..af29a03 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -31,8 +31,11 @@ {{ if .icon }} {{ end }} - {{ .text }} + {{ .text }} + {{ if .status }} + + {{ end }} + {{ else if .caption }} {{ else if .logo }} @@ -68,8 +71,11 @@ {{ if .icon }} {{ end }} - {{ .text }} + {{ .text }} + {{ if .status }} + + {{ end }} + {{ else if .caption }} {{ else if .logo }}