diff --git a/src/index.html b/src/index.html index c79d190..39e3cad 100644 --- a/src/index.html +++ b/src/index.html @@ -10,10 +10,10 @@ pagination: {% for post in pagination.items %} {% if post.data.published %} -
- {{ post.data.title }} - · {{ post.templateContent | readTime }} min read + {{ post.data.title }} + · {{ post.templateContent | readTime }} min read
{{ post.date | date: "%Y-%m-%d" }}{{ post.data.post_excerpt }}...
diff --git a/src/tagList.md b/src/tagList.md index 1dd8736..006491f 100644 --- a/src/tagList.md +++ b/src/tagList.md @@ -10,9 +10,9 @@ eleventyComputed: --- {% for post in collections[tag] %} -- {{ post.data.title }} + {{ post.data.title }}
{{ post.date | date: "%Y-%m-%d" }}{{ post.data.post_excerpt }}...