chore: myriad feed fixes
This commit is contained in:
parent
189c5b90d5
commit
7e55338697
20 changed files with 82 additions and 59 deletions
|
@ -11,7 +11,7 @@ schema: books
|
|||
<h2 class="page-header">Currently reading</h2>
|
||||
<p>Here's what I'm reading at the moment. I've finished <strong class="highlight-text">{{ currentBookCount }} books</strong> this year.</p>
|
||||
<p>{{ books.years | bookYearLinks }}</p>
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://coryd.dev/feeds/books", text: "Subscribe to my books feed or follow along on this page" %}
|
||||
<hr />
|
||||
{% for book in bookData %}
|
||||
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
|
||||
|
|
|
@ -10,7 +10,7 @@ permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
|
|||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-header">Links</h2>
|
||||
<p>These are links I've liked or otherwise found interesting. They're all added manually, after having been read and, I suppose, properly considered.</p>
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://feedpress.me/coryd-links", text: "Subscribe to my links feed or follow along on this page" %}
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://coryd.dev/feeds/links", text: "Subscribe to my links feed or follow along on this page" %}
|
||||
<hr />
|
||||
{% endif %}
|
||||
<div class="link-grid">
|
||||
|
|
|
@ -10,7 +10,7 @@ schema: watching
|
|||
<h2 class="watching page-header">{{ title }}</h2>
|
||||
{% render "partials/media/watching/hero.liquid" movie:featuredMovie %}
|
||||
<p>Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.</p>
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://feedpress.me/coryd-movies", text: "Subscribe to my movies feed or follow along on this page" %}
|
||||
{% render "partials/blocks/banners/rss.liquid", url: "https://coryd.dev/feeds/movies", text: "Subscribe to my movies feed or follow along on this page" %}
|
||||
<hr />
|
||||
<h3 id="movies" class="section-header no-top-margin">
|
||||
<a class="link-icon" href="/watching/recent/movies">
|
||||
|
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/all.json"
|
|||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/all"
|
||||
title:"All activity / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
%}
|
|
@ -7,8 +7,7 @@ permalink: "/feeds/books.json"
|
|||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/books"
|
||||
title:"Books / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:bookData
|
||||
updated:bookData[0].date
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/links.json"
|
|||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/links"
|
||||
title:"Links / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:links
|
||||
updated:links[0].date
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/movies.json"
|
|||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/movies"
|
||||
title:"Movies / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:movies.recentlyWatched
|
||||
updated:movies.recentlyWatched[0].lastWatched
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/posts.json"
|
|||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/posts"
|
||||
title:"Posts / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:posts
|
||||
updated:posts[0].date
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/all"
|
|||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/all"
|
||||
title:"All activity / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
%}
|
|
@ -7,8 +7,7 @@ permalink: "/feeds/books"
|
|||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/books"
|
||||
title:"Books / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:bookData
|
||||
updated:bookData[0].date
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/links"
|
|||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/links"
|
||||
title:"Links / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:links
|
||||
updated:links[0].date
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/movies"
|
|||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/movies"
|
||||
title:"Movies / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:movies.recentlyWatched
|
||||
updated:movies.recentlyWatched[0].lastWatched
|
||||
site:site
|
||||
%}
|
|
@ -6,8 +6,7 @@ permalink: "/feeds/posts"
|
|||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/posts"
|
||||
title:"Posts / Cory Dransfeldt"
|
||||
description:globals.site_description
|
||||
globals:globals
|
||||
data:posts
|
||||
updated:posts[0].date
|
||||
site:site
|
||||
%}
|
Reference in a new issue