diff --git a/_layouts/post.html b/_layouts/post.html index 7e3ad09f..4a168d8a 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,24 +6,27 @@

{{ page.title }}

{{ page.date | date: "%b %-d %Y" }}

+ + +

by {{ page.author }}

- +
{{ content }}
+

Return to press information -

+

Return to main page

- 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 %}