diff --git a/content/kios/_index.html b/content/kios/_index.html new file mode 100644 index 0000000..49e618f --- /dev/null +++ b/content/kios/_index.html @@ -0,0 +1,5 @@ +--- +draft: false +--- + +{{< kios_map >}} \ No newline at end of file diff --git a/content/publishers/_index.html b/content/publishers/_index.html index 01d6718..b24dea4 100644 --- a/content/publishers/_index.html +++ b/content/publishers/_index.html @@ -2,5 +2,3 @@ draft: false ---

Lumbung of Publishers

- -{{< publishers_map >}} \ No newline at end of file diff --git a/themes/lumbung-theme/layouts/kios/list.html b/themes/lumbung-theme/layouts/kios/list.html new file mode 100644 index 0000000..2eef8dd --- /dev/null +++ b/themes/lumbung-theme/layouts/kios/list.html @@ -0,0 +1,16 @@ +{{ define "main" }} +
+ {{.Content}} + +
+
+ {{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }} + {{- partial "publishers_post_card.html" . -}} + {{ end }} +
+ + +
+{{ end }} \ No newline at end of file diff --git a/themes/lumbung-theme/layouts/shortcodes/publishers_map.html b/themes/lumbung-theme/layouts/shortcodes/kios_map.html similarity index 100% rename from themes/lumbung-theme/layouts/shortcodes/publishers_map.html rename to themes/lumbung-theme/layouts/shortcodes/kios_map.html