diff --git a/content/authors/chriscochrun/_index.md b/content/authors/chriscochrun/_index.md new file mode 100644 index 0000000..6591cc5 --- /dev/null +++ b/content/authors/chriscochrun/_index.md @@ -0,0 +1,5 @@ +--- +title: "Chris Cochrun" +--- + +woot diff --git a/content/newsletters/_index.md b/content/newsletters/_index.md index 1a81d0b..8190762 100644 --- a/content/newsletters/_index.md +++ b/content/newsletters/_index.md @@ -13,5 +13,6 @@ cascade: showBreadcrumbs: true sharingLinks: ['facebook', 'instagram', 'email', 'reddit'] showHero: true + showAuthorsBadge: true --- If you'd like to read the newsletters that individual staff write, check them out here! diff --git a/content/staff/chris-and-abbie-cochrun/april2023/index.md b/content/staff/chris-and-abbie-cochrun/april2023/index.md index f6a6a24..e432e7c 100644 --- a/content/staff/chris-and-abbie-cochrun/april2023/index.md +++ b/content/staff/chris-and-abbie-cochrun/april2023/index.md @@ -1,7 +1,8 @@ --- title: "3 Months!? 📖" date: 2023-05-07 -tags: ["Northern Valley", "Bible"] +tags: ["Chris & Abbie Cochrun", "Northern Valley", "Bible"] +newsletter: true featured_image: "featured.jpg" showHero: true description: "How long would it take me to read through the New Testament? That's the question I got as we wound down our spring of Bible study with some of the junior high kids last week." @@ -9,7 +10,7 @@ summary: "How long would it take me to read through the New Testament? That's th showAuthor: false showTableOfContents: true authors: ["chriscochrun"] -showAuthorsBadge: false +showAuthorsBadge: true showTaxonomies: true --- diff --git a/content/staff/chris-and-abbie-cochrun/so-many-events.md b/content/staff/chris-and-abbie-cochrun/so-many-events.md index e02f8be..cffe7fb 100644 --- a/content/staff/chris-and-abbie-cochrun/so-many-events.md +++ b/content/staff/chris-and-abbie-cochrun/so-many-events.md @@ -3,11 +3,12 @@ title: "So. Many. Events. 😲" date: 2022-11-02T15:24:04-05:00 tags: ["Chris & Abbie Cochrun", "Leadership Retreat", "Northern Valley", "180 Encounter", "45th Anniversary"] featured_image: "" +newsletter: true description: "At TFC, we do our best to make sure teens become a lot more than just Christians." summary: "At TFC, we do our best to make sure teens become a lot more than just Christians." showAuthor: false authors: ["chriscochrun"] -showAuthorsBadges: false +showAuthorsBadges: true --- # 👑 Leaders Rise Up! diff --git a/layouts/newsletters/list.html b/layouts/newsletters/list.html index 06b8820..41bca3a 100644 --- a/layouts/newsletters/list.html +++ b/layouts/newsletters/list.html @@ -25,8 +25,8 @@ {{ if gt .Pages 0 }} -
- {{ range .Pages.ByWeight }} +
+ {{ range where (where .Site.RegularPages "Section" "staff") "Params.newsletter" true }} {{ partial "article-link.html" . }} {{ end }}
diff --git a/resources/_gen/images/staff/featured_hu6b34d23b7df9cb681153a7357a042865_3899371_600x0_resize_q75_box.jpg b/resources/_gen/images/staff/featured_hu6b34d23b7df9cb681153a7357a042865_3899371_600x0_resize_q75_box.jpg new file mode 100644 index 0000000..a2cddac Binary files /dev/null and b/resources/_gen/images/staff/featured_hu6b34d23b7df9cb681153a7357a042865_3899371_600x0_resize_q75_box.jpg differ