Compare commits
2 Commits
b700017059
...
ed68b2e150
Author | SHA1 | Date | |
---|---|---|---|
ed68b2e150 | |||
a3408ee5d2 |
@ -2,7 +2,7 @@
|
|||||||
<main>
|
<main>
|
||||||
<section class='entries'>
|
<section class='entries'>
|
||||||
<div class="h-feed">
|
<div class="h-feed">
|
||||||
{{ range (.Paginator 13).Pages }}
|
{{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }}
|
||||||
|
|
||||||
{{ if in .Params.categories "tv"}}
|
{{ if in .Params.categories "tv"}}
|
||||||
|
|
||||||
|
@ -702,6 +702,7 @@ li.page-item:before {
|
|||||||
height: 50%;
|
height: 50%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
border-left: 2px solid black;
|
border-left: 2px solid black;
|
||||||
|
z-index: -100;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.page-item:after {
|
li.page-item:after {
|
||||||
@ -712,6 +713,7 @@ li.page-item:after {
|
|||||||
height: 50%;
|
height: 50%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
border-right: 2px solid black;
|
border-right: 2px solid black;
|
||||||
|
z-index: -100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user