Reorganize links, start on some patron content
This commit is contained in:
13
themes/ally/layouts/core/list.html
Normal file
13
themes/ally/layouts/core/list.html
Normal file
@ -0,0 +1,13 @@
|
||||
{{ define "main" }}
|
||||
<main id="main">
|
||||
{{ .Content }}
|
||||
{{ $paginator := .Paginate (and (where .Pages ".Params.date" "!=" nil) (where .Pages ".Type" "==" "core")) 1 }}
|
||||
{{ range $paginator.Pages.ByWeight }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
{{ if (isset .Params "back") }}
|
||||
<div style="text-align: center;"><a href="{{ .Params.back }}" class="pulse">« back to where we left off</a></div>
|
||||
{{ end }}
|
||||
</main>
|
||||
{{end}}
|
||||
@ -150,7 +150,7 @@ code {
|
||||
|
||||
@keyframes flash {
|
||||
from {
|
||||
background-color: rgba(128, 128, 128, 0.1);
|
||||
background-color: rgba(128, 128, 128, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
|
||||
Reference in New Issue
Block a user