Simply provide RSS feed when GET request is received

This commit is contained in:
2024-04-04 17:13:42 +02:00
parent 532bc6490a
commit e3ce1d7b55
3 changed files with 2 additions and 17 deletions

View File

@ -7,7 +7,7 @@
<div class="grid grid-cols-2 gap-x-4 gap-y-2">
<button class="btn" hx-get="/write-article" hx-target="#page-content">Artikel schreiben</button>
<button class="btn" hx-get="/rejected-articles" hx-target="#page-content">Abgelehnte Artikel</button>
<a class="btn text-center" href="/rss" download="download">RSS Feed</a>
<a class="btn text-center" href="/rss">RSS Feed</a>
<button class="btn" hx-get="/edit-user" hx-target="#page-content">Benutzer bearbeiten</button>
</div>
</div>