chore: same styles for site + feeds; clean up unused param; send reviews not description in dedicated movies/books feeds

This commit is contained in:
Cory Dransfeldt 2024-09-06 15:39:33 -07:00
parent 06bdb5be66
commit ab14e9f2fe
No known key found for this signature in database
16 changed files with 70 additions and 371 deletions

View file

@ -11,7 +11,7 @@
<image>
<title><![CDATA[{{ title }}]]></title>
<link>{{ permalink | absoluteUrl }}</link>
<url>{{ "https://cdn.coryd.dev/" | append: globals.feed_image | append: "?class=w200&amp;v=" | append: appVersion }}</url>
<url>{{ "https://cdn.coryd.dev/" | append: globals.feed_image | append: "?class=w200" }}</url>
<width>144</width>
<height>144</height>
</image>