Skip to content

Commit d82872a

Browse files
committed
show date and short description on generated news item pages
1 parent ec2ba00 commit d82872a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/_layouts/news.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ layout: default_md
44

55
[News](/news) > [{{page.title}}]({{page.url}})
66

7-
{{content}}
7+
<span class="text-secondary"> {{ page.release_date | date_to_string: "ordinal", "US"}}</span>
8+
<br/>
9+
{{ page.shortDescription }}
10+
11+
{{content}}

0 commit comments

Comments
 (0)