templ generate, add markdown syntax highlighting, fix stuff
This commit is contained in:
@@ -9,7 +9,7 @@ templ Pagination(currentPage, totalPages int) {
|
||||
hx-get={ fmt.Sprintf("/?page=%d", currentPage-1) }
|
||||
hx-target="#post-list"
|
||||
hx-swap="outerHTML">
|
||||
<- Previous
|
||||
← Previous
|
||||
</a>
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ templ Pagination(currentPage, totalPages int) {
|
||||
hx-get={ fmt.Sprintf("/?page=%d", currentPage+1) }
|
||||
hx-target="#post-list"
|
||||
hx-swap="outerHTML">
|
||||
Next ->
|
||||
Next →
|
||||
</a>
|
||||
}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user