diff --git a/src/_includes/default.liquid b/src/_includes/default.liquid index 391601c..6f88f12 100644 --- a/src/_includes/default.liquid +++ b/src/_includes/default.liquid @@ -2,7 +2,7 @@ layout: main --- -
+
{{ title }}
diff --git a/src/index.html b/src/index.html index 39e3cad..7fbe4aa 100644 --- a/src/index.html +++ b/src/index.html @@ -10,9 +10,9 @@ pagination: {% for post in pagination.items %} {% if post.data.published %} -- {{ post.data.title }} + {{ post.data.title }} · {{ post.templateContent | readTime }} min read
{{ post.date | date: "%Y-%m-%d" }}