From bc5b15962a00636c13c1f8b1837950868e6de4c5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 5 May 2023 13:12:28 -0700 Subject: [PATCH] fix: drop author names --- src/_includes/now.liquid | 3 +-- src/posts/2023/now-page-update-matter-favorites.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 %}