diff --git a/package-lock.json b/package-lock.json index def2ae17..7236b0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@11ty/eleventy-fetch": "4.0.1", diff --git a/package.json b/package.json index 4a92d417..cfcc6c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/assets/styles/components/mastodon-post.css b/src/assets/styles/components/mastodon-post.css index 92e55719..d6f794fd 100644 --- a/src/assets/styles/components/mastodon-post.css +++ b/src/assets/styles/components/mastodon-post.css @@ -1,18 +1,22 @@ -.mastodon-post-wrapper { - & dl, - & dt { - display: flex; - } +mastodon-post { + width: 100%; - & dl { - align-items: center; + .mastodon-post-wrapper { + & dl, + & dt { + display: flex; + } - & dd { - margin-left: var(--spacing-xs); + & dl { + align-items: center; - &:not(:last-child) { - margin-right: var(--spacing-lg); + & dd { + margin-left: var(--spacing-xs); + + &:not(:last-child) { + margin-right: var(--spacing-lg); + } } } } -} \ No newline at end of file +} diff --git a/src/includes/blocks/associated-media.liquid b/src/includes/blocks/associated-media.liquid index 91ecfbe0..233c8f9a 100644 --- a/src/includes/blocks/associated-media.liquid +++ b/src/includes/blocks/associated-media.liquid @@ -33,7 +33,7 @@
  • {{ item.title | default: item.name }} {% if key == "artists" and item.total_plays > 0 %} - : + {{ item.total_plays }} {{ item.total_plays | pluralize: "play" }} {% elsif key == "books" %} diff --git a/src/includes/metadata.liquid b/src/includes/metadata.liquid index 92d50a91..eb201cd1 100644 --- a/src/includes/metadata.liquid +++ b/src/includes/metadata.liquid @@ -29,11 +29,11 @@ {%- assign ogImage = globals.cdn_url | append: featuredShow.grid.backdrop -%} {%- endcase -%} {%- assign escapedPageDescription = pageDescription | escape -%} -{{ pageTitle }} +{{ pageTitle }} - - - + + + - - \ No newline at end of file + + \ No newline at end of file diff --git a/src/layouts/base.liquid b/src/layouts/base.liquid index 0da6fd6d..b83d5fc1 100644 --- a/src/layouts/base.liquid +++ b/src/layouts/base.liquid @@ -50,7 +50,7 @@
    {% render "header.liquid", globals:globals, page:page, nav:nav %} -
    +
    {{ content }}
    diff --git a/src/meta/robots.liquid b/src/meta/robots.liquid index ea178373..bf87e75c 100644 --- a/src/meta/robots.liquid +++ b/src/meta/robots.liquid @@ -6,8 +6,6 @@ eleventyExcludeFromCollections: true Sitemap: https://coryd.dev/sitemap.xml User-agent: * -Disallow: /dynamic.html -Disallow: /dynamic Disallow: {% for robot in robots -%} diff --git a/src/pages/dynamic.html b/src/pages/dynamic.html deleted file mode 100644 index 9dda9408..00000000 --- a/src/pages/dynamic.html +++ /dev/null @@ -1,3 +0,0 @@ ---- -permalink: /dynamic.html ---- \ No newline at end of file