From 414ba2f2ca87f976b0c94c746648b447359c02f6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 4 Jan 2023 14:02:33 -0600 Subject: [PATCH] basic changes to make pages work with new blowfish --- layouts/_default/groups.html | 2 +- layouts/ministries/list.html | 2 +- layouts/newsletters/single.html | 2 +- layouts/partials/home/page.html | 2 +- layouts/staff/list.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/_default/groups.html b/layouts/_default/groups.html index e247860..a6f545f 100644 --- a/layouts/_default/groups.html +++ b/layouts/_default/groups.html @@ -28,7 +28,7 @@
{{ range .Pages }} - {{ partial "article-link.html" . }} + {{ partial "article-link/simple.html" . }} {{ end }}
{{ partial "pagination.html" . }} diff --git a/layouts/ministries/list.html b/layouts/ministries/list.html index 06b8820..722ff8e 100644 --- a/layouts/ministries/list.html +++ b/layouts/ministries/list.html @@ -27,7 +27,7 @@ {{ if gt .Pages 0 }}
{{ range .Pages.ByWeight }} - {{ partial "article-link.html" . }} + {{ partial "article-link/simple.html" . }} {{ end }}
{{ partial "pagination.html" . }} diff --git a/layouts/newsletters/single.html b/layouts/newsletters/single.html index c5ccb92..8f21d78 100644 --- a/layouts/newsletters/single.html +++ b/layouts/newsletters/single.html @@ -17,7 +17,7 @@ {{ .Title | emojify }}
- {{ partial "article-meta.html" (dict "context" . "scope" "single") }} + {{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
diff --git a/layouts/partials/home/page.html b/layouts/partials/home/page.html index b4d14a6..be3cb4c 100644 --- a/layouts/partials/home/page.html +++ b/layouts/partials/home/page.html @@ -20,5 +20,5 @@
{{ .Content | emojify }}
- {{ partial "recent-articles.html" . }} + {{ partial "recent-articles/main.html" . }}
diff --git a/layouts/staff/list.html b/layouts/staff/list.html index 06b8820..722ff8e 100644 --- a/layouts/staff/list.html +++ b/layouts/staff/list.html @@ -27,7 +27,7 @@ {{ if gt .Pages 0 }}
{{ range .Pages.ByWeight }} - {{ partial "article-link.html" . }} + {{ partial "article-link/simple.html" . }} {{ end }}
{{ partial "pagination.html" . }}