Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
faui2k17
generator
Commits
b2a15fee
Unverified
Commit
b2a15fee
authored
Aug 23, 2019
by
Philip Kaludercic
🌝
Browse files
increased default posts per page to 25
parent
de0d3feb
Changes
1
Hide whitespace changes
Inline
Side-by-side
local/micronews/paged-blog.scm
View file @
b2a15fee
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#
:use-module
(
haunt
html
)
#
:use-module
(
haunt
html
)
#
:export
(
paged-blog
))
#
:export
(
paged-blog
))
(
define*
(
paged-blog
#
:key
theme
prefix
(
per-page
3
))
(
define*
(
paged-blog
#
:key
theme
prefix
(
per-page
25
))
"Return a builder that creates a blog with PER-PAGE posts per page
"Return a builder that creates a blog with PER-PAGE posts per page
listing.
listing.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment