diff --git a/src/_includes/components/blog.njk b/src/_includes/components/blog.njk index 30cf6b9..02953bd 100644 --- a/src/_includes/components/blog.njk +++ b/src/_includes/components/blog.njk @@ -13,6 +13,11 @@
{{ item | excerpt }}
+ Read more {% endfor %} diff --git a/src/css/exceptions/tags.css b/src/css/exceptions/tags.css index a9c6dd7..228f43e 100644 --- a/src/css/exceptions/tags.css +++ b/src/css/exceptions/tags.css @@ -1,8 +1,12 @@ -li:has(a[rel="tag"]) { +li:has(> a[rel="tag"]) { display: inline-block; margin-inline-end: 1ch; &:not(:last-child):after { content: ","; } +} + +.tags { + color: var(--color-subtle); } \ No newline at end of file