diff --git a/package.json b/package.json index 31e48d6e..2bf1cac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "11.1.1", + "version": "11.2.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/default.liquid b/src/_includes/default.liquid index 1e5f5d1f..a1b5a56d 100644 --- a/src/_includes/default.liquid +++ b/src/_includes/default.liquid @@ -2,6 +2,6 @@ layout: main --- {% render "partials/header.liquid", meta: meta, page: page, nav: nav %} -
+
{{ content }}
\ No newline at end of file diff --git a/src/_includes/main.liquid b/src/_includes/main.liquid index c5afe542..9a9a2116 100644 --- a/src/_includes/main.liquid +++ b/src/_includes/main.liquid @@ -1,9 +1,7 @@ --- layout: base --- -
-
- {{ content }} -
+
+
{{ content }}
{% render "partials/footer.liquid", page:page, nav:nav %}
\ No newline at end of file diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index c0f1f738..f823ead5 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -6,12 +6,12 @@ layout: default {% endcapture %} {{ content }} -
-

+
+

{% tablericon "microphone-2" "Artists" %} Artists

-
+
@@ -26,12 +26,12 @@ layout: default -
-

+
+

{% tablericon "vinyl" "Albums" %} Albums

-
+
@@ -46,12 +46,12 @@ layout: default -
-

+
+

{% tablericon "playlist" "Tracks" %} Tracks

-
+
@@ -71,22 +71,22 @@ layout: default {% render "partials/now/track-chart.liquid", data:musicCharts.threeMonthChart.topTracks.data, mostPlayed:musicCharts.threeMonthChart.topTracks.mostPlayed %}
{% render "partials/now/albumReleases.liquid", albumReleases:albumReleases %} -

+

{% tablericon "books" "Books" %} Books

{% render "partials/now/media-grid.liquid", data:books, shape: "vertical", count: 6 %} {% render "partials/recent-links.liquid", links:links %} -

+

{% tablericon "movie" "Movies" %} Movies

{% render "partials/now/media-grid.liquid", data:movies, icon: "movie", title: "Movies", shape: "vertical", count: 6 %} -

+

{% tablericon "device-tv" "TV" %} TV

{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

+

This is a now page, and if you have your own site, you should make one too.

diff --git a/src/_includes/partials/addon-links.liquid b/src/_includes/partials/addon-links.liquid index 26e30f45..99b22fe6 100644 --- a/src/_includes/partials/addon-links.liquid +++ b/src/_includes/partials/addon-links.liquid @@ -1,4 +1,4 @@ -