diff --git a/README.md b/README.md index 3c5046bd..399a936a 100755 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ In this section, we will guide you through the steps for creating a new blog pos title: "How to Make a Blog Post?" date: YYYY-MM-DD categories: press + author: sugarlabs --- ``` diff --git a/community-news.html b/community-news.html index 1e7bb364..6f106107 100644 --- a/community-news.html +++ b/community-news.html @@ -38,7 +38,10 @@

COMMUNITY NEWS

{% for post in site.categories.community limit:10 %}
  • {{ post.title }} - {{ post.date | date: "%b %-d %Y" }} +
    + {{ post.author }} + {{ post.date | date: "%b %-d %Y" }} +

  • {% endfor %}