diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 7c976fd1..84205f96 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -124,8 +124,7 @@ layout: main {% for article in articles | reverse %}
  • - {{ article.content.title | escape }}{% if article.content.author.name %} - by {{ article.content.author.name | escape }}{% endif %} + {{ article.content.title | escape }}
  • {% endfor %} diff --git a/src/posts/2023/now-page-update-matter-favorites.md b/src/posts/2023/now-page-update-matter-favorites.md index fb0d00ee..dd485287 100644 --- a/src/posts/2023/now-page-update-matter-favorites.md +++ b/src/posts/2023/now-page-update-matter-favorites.md @@ -41,8 +41,7 @@ By following Federico's steps we can obtain a bearer token to access the API whi {% for article in articles | reverse %}
  • - {{ article.content.title | escape }}{% if article.content.author.name %} - by {{ article.content.author.name | escape }}{% endif %} + {{ article.content.title | escape }}
  • {% endfor %}