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" . }}