From 614c1870a83b55b512e3ef38f5da32ab6372d176 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 11 Jul 2024 21:53:48 +0200 Subject: [PATCH] feat(template): add last commit shield to footer Enhanced the footer to display a last commit shield for the project. Provides immediate visibility of the latest commit status, improves transparency, and encourages repository engagement. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 81c4d6c..141ca0a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -89,7 +89,7 @@ class="text-muted d-flex justify-content-between align-items-center pt-3" >

Made with ❤️ and ☕ by Private.coffee

-

{{ "rainbow" | icon | safe }}

+

{{ "rainbow" | icon | safe }}