aboutsummaryrefslogtreecommitdiff
path: root/pkg/tpl/index.templ
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tpl/index.templ')
-rw-r--r--pkg/tpl/index.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tpl/index.templ b/pkg/tpl/index.templ
index b405f3e..3655531 100644
--- a/pkg/tpl/index.templ
+++ b/pkg/tpl/index.templ
@@ -16,7 +16,7 @@ templ Index(quotes []model.Quote, page, count int) {
@Quote(&q)
}
<nav>
- <ul>
+ <ul hx-boost="true">
if page > 0 {
<li><a href={ templ.URL(fmt.Sprintf("/?page=%d", page-1)) }>&larr;</a></li>
}