feat(template): add last commit shield to footer
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
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.
This commit is contained in:
parent
8af699e7ba
commit
614c1870a8
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
class="text-muted d-flex justify-content-between align-items-center pt-3"
|
||||
>
|
||||
<p class="mb-0">Made with ❤️ and ☕ by Private.coffee</p>
|
||||
<p class="mb-0">{{ "rainbow" | icon | safe }}</p>
|
||||
<p class="mb-0"><a href="https://git.private.coffee/privatecoffee/privatecoffee-website"><img src="https://shields.private.coffee/gitea/last-commit/privatecoffee/privatecoffee-website?gitea_url=https://git.private.coffee&logo=forgejo"></img></a> {{ "rainbow" | icon | safe }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue