Limit post listing width to content width
This commit is contained in:
parent
2fb681d121
commit
2336656ab8
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ slots.head
|
||||||
slots.head script type: 'module', src: "/javascript/LocalDate.js"
|
slots.head script type: 'module', src: "/javascript/LocalDate.js"
|
||||||
slots.head script type: 'module', src: "/javascript/BlogPost.js"
|
slots.head script type: 'module', src: "/javascript/BlogPost.js"
|
||||||
|
|
||||||
return main
|
return div
|
||||||
|
class: "content-width"
|
||||||
* h1 "Blog Posts"
|
* h1 "Blog Posts"
|
||||||
* [blogPost post p for p in *posts]
|
* [blogPost post p for p in *posts]
|
||||||
|
|
Loading…
Reference in a new issue