diff --git a/bloglist.md b/bloglist.md index d67a9bd..b1efbb0 100644 --- a/bloglist.md +++ b/bloglist.md @@ -41,10 +41,9 @@ sitemap: false {% for post in site.posts %}
-
{{ post.title | truncate: 45 }} | {{ post.date | date: "%Y-%m-%d" }} +
{{ post.title | truncate: 50 }} | {{ post.date | date: "%Y-%m-%d" }}