Compare commits

..

2 Commits

View File

@ -45,7 +45,7 @@ templ Home(p page.Page, posts []services.Post) {
</div> </div>
</div> </div>
if (p.HTMX.Request.Target != "posts") { if (p.HTMX.Request.Target != "posts") {
@fileMsg(p) @fileMsg()
} }
} }
@ -78,7 +78,7 @@ templ topContent(p page.Page) {
</section> </section>
} }
templ fileMsg(p page.Page) { templ fileMsg() {
<div class="block"></div> <div class="block"></div>
<article class="message is-small is-warning" x-data="{show: true}" x-show="show"> <article class="message is-small is-warning" x-data="{show: true}" x-show="show">
<div class="message-header"> <div class="message-header">