Added ability to publish articles

This commit is contained in:
2024-03-01 11:30:31 +01:00
parent 935d0a1ca4
commit f34efc95dd
10 changed files with 127 additions and 84 deletions

View File

@ -3,4 +3,5 @@
<button hx-post="/write-article/" hx-target="#page-content">Artikel schreiben</button>
<button hx-post="/rss/" hx-target="#page-content">RSS Feed</button>
<button hx-post="/create-user/" hx-target="#page-content">Benutzer hinzufügen</button>
<button hx-post="/unpublished-articles/" hx-target="#page-content">Unveröffentlichte Artikel</button>
{{end}}