Add a drawer, routes, handlers to update an article.

This commit is contained in:
2024-04-15 19:08:24 +03:00
parent 09ce47614a
commit 8ee9b5b595
5 changed files with 111 additions and 7 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />
<script>
htmx.onLoad(function(content) {
if(!content.outerHTML.startsWith('<p'))
if(!content.outerHTML.startsWith('<p')
&& !content.outerHTML.startsWith('<textarea'))
initFlowbite();
})
</script>