From: Jonathan S. Katz Date: Sun, 15 Apr 2018 19:58:44 +0000 (-0400) Subject: Add "Read More..." to the news archive list. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6f152acd7b0edbc15cf49f564eba777dc988777c;p=pgweb.git Add "Read More..." to the news archive list. --- diff --git a/templates/news/newsarchive.html b/templates/news/newsarchive.html index 944c95c9..ed1f6f2b 100644 --- a/templates/news/newsarchive.html +++ b/templates/news/newsarchive.html @@ -12,6 +12,7 @@

{{obj.title}}

Posted on {{obj.displaydate}} by {{ obj.org.name }}
{{obj.content|markdown|striptags|truncatewords:20}} +

Read more...

{%endfor%}

Submit news

{%endblock%}