Compare commits

...

3 Commits

Author SHA1 Message Date
Matthias Portzel d194e49359 1.2.1 2023-10-21 11:20:37 -05:00
Matthias Portzel 5e6f04689b Hide Loom <section>
DO-29
2023-10-21 11:19:41 -05:00
Matthias Portzel 69d429e8e0 Fix/add pagination on Backrooms
DO-66
2023-10-21 10:46:13 -05:00
3 changed files with 23 additions and 3 deletions

View File

@ -380,6 +380,20 @@ ul.links-list {
padding-left: 15px;
}
.pagination {
margin: 20px 0;
> * {
margin: 10px;
&:first-child {
margin-left: 0;
}
&:last-child {
margin-left: 0;
}
}
}
#hero-pattern-attribution {
display: inline-block;
position: absolute;
@ -395,6 +409,12 @@ ul.links-list {
}
}
// The Loom extension adds a `section` to the bottom of the page
// We don't want this to render
#loom-companion-mv3, #shadow-host-companion {
display: none;
}
.kg-width-wide, .kg-width-full {
/* Suppress invalid theme warnings */
}

View File

@ -14,6 +14,6 @@ into the {body} of the _default.hbs template --}}
<section>
{{> post-list }}
{{!-- {{pagination}} --}}
{{pagination}}
</section>

View File

@ -1,7 +1,7 @@
{
"name": "paper-houses",
"description": "A blog theme inspired by the warm feel of paper.",
"version": "1.2.0",
"version": "1.2.1",
"license": "Fight Club License",
"author": {
"email": "MatthiasPortzel@gmail.com"
@ -9,7 +9,7 @@
"screenshots": {
},
"config": {
"posts_per_page": 10,
"posts_per_page": 20,
"image_sizes": {},
"card_assets": true,
"custom": {