diff --git a/package.json b/package.json index 5fa07af2..b1375d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "4.0.0", + "version": "4.0.1", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 8ca13332..e751f3f3 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -467,12 +467,6 @@ article time { line-height: var(--line-height-sm); } -article .read-more > svg { - height: 1rem; - width: 1rem; - margin-left: .125rem; -} - /* search */ .pagefind-ui__search-input { font-weight: 400 !important; @@ -958,7 +952,6 @@ textarea:focus { } /* flex layout */ -.read-more, .pagination, article h2, .now__section--header, diff --git a/src/index.html b/src/index.html index 2b57d387..fc2fc84c 100644 --- a/src/index.html +++ b/src/index.html @@ -24,19 +24,13 @@ meta: {% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
- -

- {{ post.data.title }} -

-
- - -

{{ post.data.post_excerpt | markdown }}

- - Read more - {% tablericon "arrow-right" "Read more" %} + +

{{ post.data.title }}

+ + +

{{ post.data.post_excerpt | markdown }}

{% endif %} {% endfor %} {% include "partials/paginator.liquid" %} diff --git a/src/pages/tagList.md b/src/pages/tagList.md index 9b9f0208..fed50251 100644 --- a/src/pages/tagList.md +++ b/src/pages/tagList.md @@ -21,9 +21,5 @@ templateEngineOverride: liquid,md {%- if post.data.post_excerpt %}

{{ post.data.post_excerpt | markdown }}

{% endif -%} - - Read more - {% tablericon "arrow-right" "Read more" %} - {% endfor %}