move kios map to its own page
This commit is contained in:
parent
8a47929095
commit
d50bf0ebba
5
content/kios/_index.html
Normal file
5
content/kios/_index.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
draft: false
|
||||
---
|
||||
|
||||
{{< kios_map >}}
|
@ -2,5 +2,3 @@
|
||||
draft: false
|
||||
---
|
||||
<h1>Lumbung of Publishers</h1>
|
||||
|
||||
{{< publishers_map >}}
|
16
themes/lumbung-theme/layouts/kios/list.html
Normal file
16
themes/lumbung-theme/layouts/kios/list.html
Normal file
@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
<main class="kios-page">
|
||||
{{.Content}}
|
||||
|
||||
<section class='entries'>
|
||||
<div class="h-feed">
|
||||
{{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }}
|
||||
{{- partial "publishers_post_card.html" . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<nav class="pagination">
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
</nav>
|
||||
</main>
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user