diff --git a/package.json b/package.json index 521e6ec1..a65e22b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "13.2.9", + "version": "13.2.10", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/partials/home/posts.liquid b/src/_includes/partials/home/posts.liquid index 07f5c9fa..9d8b111b 100644 --- a/src/_includes/partials/home/posts.liquid +++ b/src/_includes/partials/home/posts.liquid @@ -15,7 +15,7 @@ -

{{ post.data.title }}

+

{{ post.data.title }}

diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index a68c10f3..016150cf 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -149,12 +149,12 @@ h1, h2, h3, h4, h5, h6 { font-weight: var(--font-weight-bold); } -h1 { font-size: var(--font-size-2xl) } -h2 { font-size: var(--font-size-xl) } -h3 { font-size: var(--font-size-lg) } -h4 { font-size: var(--font-size-base) } -h5 { font-size: var(--font-size-md) } -h6 { font-size: var(--font-size-sm) } +h1 { font-size: var(--font-size-xl) } +h2 { font-size: var(--font-size-lg) } +h3 { font-size: var(--font-size-base) } +h4 { font-size: var(--font-size-md) } +h5 { font-size: var(--font-size-sm) } +h6 { font-size: var(--font-size-xs) } .section-header-wrapper { display: flex; @@ -435,7 +435,7 @@ code { /* articles */ article { & h2 { - line-height: var(--line-height-2xl); + line-height: var(--line-height-lg); margin: 0 0 var(--sizing-lg); transition-property: color; } diff --git a/src/pages/tag-list.html b/src/pages/tag-list.html index 16c9956a..366d9f6d 100644 --- a/src/pages/tag-list.html +++ b/src/pages/tag-list.html @@ -20,7 +20,7 @@ eleventyComputed: -

{{ post.data.title }}

+

{{ post.data.title }}

{% if author %}via {{ author }}{% endif %} {% if post.data.excerpt %} diff --git a/src/posts.html b/src/posts.html index 646805cc..4b2177f9 100644 --- a/src/posts.html +++ b/src/posts.html @@ -17,7 +17,7 @@ pagination: -

{{ post.data.title }}

+

{{ post.data.title }}