diff --git a/package.json b/package.json index b1375d92..a9bd2b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "4.0.1", + "version": "4.0.2", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index e6cf6f3f..9dc8f409 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -3,24 +3,26 @@ layout: main schema: blog --- {% render "partials/header.liquid", meta: meta, page: page, nav: nav %} -
- {% if link %} - -

- {% tablericon 'link' title %} - {{ title }} -

-
- {% else %} -

{{ title }}

- {% endif %} - - - -
- {{ content }} -
-
+
+
+ {% if link %} + +

+ {% tablericon 'link' title %} + {{ title }} +

+
+ {% else %} +

{{ title }}

+ {% endif %} + + + +
+ {{ content }} +
+
+
{% render "partials/post-tags.liquid", tags: tags %} {% render "partials/webmentions/container.liquid", webmentions: webmentions, page: page %} {% render "partials/author.liquid", meta: meta %} diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index e751f3f3..a33e9de6 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -215,17 +215,16 @@ main { line-height: var(--line-height-2xl); } -article a h2 { - line-height: var(--line-height-2xl); +.now__topper h2 a, +article a h2, +.main__title h1 a, +footer .links__secondary a { + text-decoration: none; } .main__title h1 a, -.now__topper h2 a, -article a h2, footer .links__secondary a { color: var(--black); - stroke: var(--black); - text-decoration: none; } .main__title h1 a:hover, @@ -247,7 +246,7 @@ footer .links__secondary a:active { article { border-bottom: 1px solid var(--gray-200); margin-bottom: 2rem; - padding-bottom: 2rem; + padding-bottom: 1rem; } .now__topper h2 { @@ -458,8 +457,12 @@ code { } /* articles */ +.article__wrapper { + padding-top: 1rem; +} + article h2 { - margin-bottom: .5rem; + line-height: var(--line-height-2xl); } article time { @@ -772,11 +775,19 @@ ol li { margin-bottom: 1.5rem; } +.webmentions__wrapper .interaction__wrapper:last-child { + margin-bottom: 0; +} + .webmentions__wrapper .interaction__wrapper .comment__wrapper { width: 100%; padding-bottom: 1rem; } +.webmentions__wrapper .interaction__wrapper .comment__wrapper:last-child { + padding-bottom: 0; +} + .webmentions__wrapper .interaction__wrapper .comment__wrapper--interior { justify-content: space-between; } diff --git a/src/index.html b/src/index.html index fc2fc84c..37f08422 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,6 @@ meta: image: src: https://coryd.dev/assets/img/avatar.webp --- - {% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
@@ -31,6 +30,7 @@ meta: -

{{ post.data.post_excerpt | markdown }}

+ + {{ post.data.post_excerpt | markdown }}
{% endif %} {% endfor %} {% include "partials/paginator.liquid" %} diff --git a/src/posts/2018/fugazi-turnover-live-1991.md b/src/posts/2018/fugazi-turnover-live-1991.md index f6a30302..58e81bd3 100644 --- a/src/posts/2018/fugazi-turnover-live-1991.md +++ b/src/posts/2018/fugazi-turnover-live-1991.md @@ -5,7 +5,6 @@ description: "Absolutely classic." draft: false tags: ['music'] --- - - - Absolutely classic. + + \ No newline at end of file diff --git a/src/posts/2019/waste-of-space-orchestra-seekers-reflection.md b/src/posts/2019/waste-of-space-orchestra-seekers-reflection.md index c70ef6f1..39a9a4d4 100644 --- a/src/posts/2019/waste-of-space-orchestra-seekers-reflection.md +++ b/src/posts/2019/waste-of-space-orchestra-seekers-reflection.md @@ -5,9 +5,8 @@ description: 'I could not be more excited for this release.' draft: false tags: ['music'] --- +I could not be more excited for this release. -I could not be more excited for this release. - -Kudos to Roadburn Festival [for commissioning the piece](https://roadburn.com/premiere-waste-of-space-orchestra-seekers-reflection/). +Kudos to Roadburn Festival [for commissioning the piece](https://roadburn.com/premiere-waste-of-space-orchestra-seekers-reflection/).