diff --git a/package-lock.json b/package-lock.json index 139dabe..864b8eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "3.6.4", + "version": "3.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "3.6.4", + "version": "3.6.5", "license": "MIT", "dependencies": { "html-minifier-terser": "7.2.0", @@ -4941,9 +4941,9 @@ } }, "node_modules/urlpattern-polyfill": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", - "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz", + "integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 38fa6b2..0b47a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "3.6.4", + "version": "3.6.5", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 8770e81..58755e5 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -363,7 +363,7 @@ article { border-bottom: var(--border-gray); } - &.intro p { + &.intro h2 { margin-top: 0; } diff --git a/src/includes/home/recent-media.liquid b/src/includes/home/recent-media.liquid index 429ad88..3ae6345 100644 --- a/src/includes/home/recent-media.liquid +++ b/src/includes/home/recent-media.liquid @@ -1,4 +1,9 @@
+

+ {% tablericon "activity" %} + Recent media +

+

My top artists, albums, recently read books, watched movies and shows. A living snapshot, if you will.

{% render "media/grid.liquid", globals:globals, data:media.recentMusic,