feat: add infinite scroll to browse page
This commit is contained in:
@@ -59,6 +59,12 @@ func GetRenderer() *Renderer {
|
||||
}
|
||||
return false
|
||||
},
|
||||
"add": func(a, b int) int {
|
||||
return a + b
|
||||
},
|
||||
"sub": func(a, b int) int {
|
||||
return a - b
|
||||
},
|
||||
}
|
||||
|
||||
pages, err := filepath.Glob(filepath.Join(".", "templates", "*.gohtml"))
|
||||
|
||||
Reference in New Issue
Block a user