fix: assorted bugs
This commit is contained in:
parent
b936711d76
commit
aedd949913
4 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.0",
|
"version": "15.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.0",
|
"version": "15.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.3",
|
"version": "15.0.4",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ export default async function () {
|
||||||
const feed = new ActivityFeed()
|
const feed = new ActivityFeed()
|
||||||
|
|
||||||
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
|
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
|
||||||
// feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies')
|
feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies')
|
||||||
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
|
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
|
||||||
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
|
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
|
||||||
feed.addSource('rss', '🎧', 'https://coryd.dev/feeds/weekly-artist-chart')
|
feed.addSource('rss', '🎧', 'https://coryd.dev/feeds/weekly-artist-chart')
|
||||||
|
|
|
@ -6,7 +6,7 @@ permalink: "/watching/index.html"
|
||||||
{% assign featuredMovie = movies.favorites | featuredWatching: 1 | first %}
|
{% assign featuredMovie = movies.favorites | featuredWatching: 1 | first %}
|
||||||
<h2 class="watching page-header">{{ title }}</h2>
|
<h2 class="watching page-header">{{ title }}</h2>
|
||||||
{% render "partials/watching/hero.liquid" movie:featuredMovie %}
|
{% render "partials/watching/hero.liquid" movie:featuredMovie %}
|
||||||
<p>Here's all of the TV and movies I've been watching recently presented in what is (hopefully) an organized fashion. You can also take a look at the <a href="/watching/movies-to-watch/0">movies</a> and <a href="/watching/shows-to-watch/0">shows</a> I'm planning to watch.</p>
|
<p>Here's all of the TV and movies I've been watching recently presented in what is (hopefully) an organized fashion. You can also take a look at the <a href="/watching/movies-to-watch">movies</a> and <a href="/watching/shows-to-watch">shows</a> I'm planning to watch.</p>
|
||||||
<h2 id="movies" class="section-header flex-centered">
|
<h2 id="movies" class="section-header flex-centered">
|
||||||
{% tablericon "movie" "Recent movies" %}
|
{% tablericon "movie" "Recent movies" %}
|
||||||
Recent movies
|
Recent movies
|
||||||
|
|
Reference in a new issue