Compare commits

..

3 Commits

Author SHA1 Message Date
ba79feafdc Ignore beans config files
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 53s
2026-03-14 19:20:15 +01:00
bb21e4a9b4 Stop tracking .DS_Store files 2026-03-14 19:19:25 +01:00
535e1f6485 style: unify back link styling on list page
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 49s
2026-02-18 04:31:28 +01:00
3 changed files with 4 additions and 2 deletions

BIN
.gitea/.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View File

@@ -25,3 +25,5 @@ docker-compose.override.yml
# ── Misc ──
.env
*.log
.beans.yml
.beans/

View File

@@ -30,8 +30,8 @@
{{ end }}
</div>
<div class="back-link">
<footer class="article-footer">
<a href="/">← back</a>
</div>
</footer>
</main>
{{ end }}