Reorganize links, start on some patron content

This commit is contained in:
Madison Scott-Clary
2019-08-20 01:30:44 -07:00
parent ed03083742
commit e495d776df
24 changed files with 1192 additions and 1014 deletions

View 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">&laquo; back to where we left off</a></div>
{{ end }}
</main>
{{end}}

View File

@ -150,7 +150,7 @@ code {
@keyframes flash {
from {
background-color: rgba(128, 128, 128, 0.1);
background-color: rgba(128, 128, 128, 0);
}
to {