Back to Jekyll

News Item

docs/_includes/news_item.html

4.4.1302 B
Original Source

{{- post.title -}}

{{- post.categories | array_to_sentence_string -}}
{{- post.date | date_to_string -}} {% assign author = post.author -%} {% avatar user=author size=24 -%} {{ author }}

{{- post.content -}}