From 539af5399052b6301cc9257335a2e7ed9c32cac2 Mon Sep 17 00:00:00 2001 From: Alex Randaccio Date: Tue, 12 Nov 2024 14:57:21 -0500 Subject: [PATCH] remove podcast page --- assets/css/index.css | 23 ------- custom-podcast.hbs | 95 ----------------------------- partials/podcast-card.hbs | 59 ------------------ podcast.hbs | 123 -------------------------------------- 4 files changed, 300 deletions(-) delete mode 100644 custom-podcast.hbs delete mode 100644 partials/podcast-card.hbs delete mode 100644 podcast.hbs diff --git a/assets/css/index.css b/assets/css/index.css index d55e56e..a6a4ac4 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -396,16 +396,6 @@ html, .gh-postfeed > *:first-child .gh-post-authors { padding: 0; } - - .gh-postfeed > .podcast-card:first-child .podcast-card-content { - grid-column-start: 1; - grid-row-start: 1; - } - - .gh-postfeed > .podcast-card:first-child .podcast-card-content .gh-card-title { - font-size: 5rem; - text-transform: none; - } .gh-postfeed > :first-child .gh-post-authors { margin-top: 4rem; @@ -523,12 +513,6 @@ html, opacity: 0.8; } -.podcast-card-content { - max-width: 720px; - text-align: left; - padding: 1rem 0; -} - /* Page /* ---------------------------------------------------------- */ @@ -624,13 +608,6 @@ html, margin: 2rem 0; } -.podcast-content h2 { - font-family: var(--font-display); - font-weight: normal; - text-transform: uppercase; - font-size: 4em; -} - /* Social share button & modal /* ---------------------------------------------------------- */ diff --git a/custom-podcast.hbs b/custom-podcast.hbs deleted file mode 100644 index 766a2e0..0000000 --- a/custom-podcast.hbs +++ /dev/null @@ -1,95 +0,0 @@ -{{!< default}} - -{{#post}} - -
- -
- -
-
-

{{title}}

- - {{#if custom_excerpt}} -

{{custom_excerpt}}

- {{/if}} - - -
- - {{#if feature_image}} -
- - - - {{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}} - - {{#if feature_image_caption}} -
{{feature_image_caption}}
- {{/if}} -
- {{/if}} -
-
- -
- {{content}} -
- -
- - {{#if comments}} -
- {{comments}} -
- {{/if}} - -
- -
- - - -{{/post}} diff --git a/partials/podcast-card.hbs b/partials/podcast-card.hbs deleted file mode 100644 index 7b11913..0000000 --- a/partials/podcast-card.hbs +++ /dev/null @@ -1,59 +0,0 @@ -{{!-- -Re-usable card for linking to posts ---}} - -
- - {{#if feature_image}} - - - - {{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}} - - {{/if}} - -
-

{{title}}

- {{#if @first}} -

{{excerpt}}

- {{/if}} - -
-
-
diff --git a/podcast.hbs b/podcast.hbs deleted file mode 100644 index e954ede..0000000 --- a/podcast.hbs +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - {{meta_title}} - - {{ghost_head}} - {{!-- Outputs important meta data and settings, should always be in --}} - - - -
- -
- -
- - -
- RadicalxChange(s) - RadicalxChange Foundation's Matt Prewitt Speaks With Inspiring Personalities To Explore Critical Ideas And Stories About Next-Generation Political Economies. -
-
- -
-
-
- -
- {{#foreach posts}} - - {{> "podcast-card" page=../pagination.page }} {{!-- partials/podcast-card.hbs --}} - - {{/foreach}} -
- - {{!-- If JS isn't enabled, fallback to standard pagination --}} - -
-
-
- - - -
- -{{!-- --}} -{{ghost_foot}} -{{!-- Outputs important scripts - should always be included before closing body tag --}} - - - \ No newline at end of file