From 0201c2d69f81c2b265418fdcc4f5ef25831b335c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 18 May 2024 19:25:04 -0700 Subject: [PATCH] fix: phrasing --- src/pages/main/books/index.html | 2 +- src/pages/main/music/index.html | 2 +- src/pages/main/watching/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/main/books/index.html b/src/pages/main/books/index.html index 6e957d7c..086db05c 100644 --- a/src/pages/main/books/index.html +++ b/src/pages/main/books/index.html @@ -28,4 +28,4 @@ permalink: "/books/index.html" {% endfor %} -

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates about once an hour.

\ No newline at end of file +

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates once an hour.

\ No newline at end of file diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index cdffb6ee..442fce83 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -91,4 +91,4 @@ permalink: "/music/index.html"

More: This weekThis month3 monthsAll time

{% render "partials/now/album-releases.liquid", albumReleases:albumReleases %} -

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates about once an hour.

\ No newline at end of file +

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates once an hour.

\ No newline at end of file diff --git a/src/pages/main/watching/index.html b/src/pages/main/watching/index.html index ecffe3b3..3fa246da 100644 --- a/src/pages/main/watching/index.html +++ b/src/pages/main/watching/index.html @@ -34,4 +34,4 @@ permalink: "/watching/index.html" {% assign favoriteShows = tv.favorites | featuredWatching: 6 %} {% render "partials/watching/favorites-grid.liquid", favorites:favoriteShows, count: 6 %} -

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates about once an hour.

\ No newline at end of file +

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates once an hour.

\ No newline at end of file