2017-11-23 02:41:58 +01:00
|
|
|
+++
|
|
|
|
# Recent Posts widget.
|
|
|
|
# This widget displays recent posts from `content/post/`.
|
|
|
|
widget = "posts"
|
|
|
|
active = true
|
2018-04-09 20:10:15 +02:00
|
|
|
date = 2016-04-20T00:00:00
|
2017-11-23 02:41:58 +01:00
|
|
|
|
|
|
|
title = "Recent Posts"
|
|
|
|
subtitle = ""
|
|
|
|
|
|
|
|
# Order that this section will appear in.
|
|
|
|
weight = 40
|
|
|
|
|
|
|
|
# Filter posts by tag.
|
|
|
|
# By default, show all recent posts.
|
|
|
|
# Filtering example: `tags_include = ["hugo", "academic"]`
|
|
|
|
tags_include = []
|
|
|
|
tags_exclude = []
|
|
|
|
|
|
|
|
# Number of posts to list.
|
|
|
|
count = 5
|
|
|
|
|
|
|
|
+++
|
|
|
|
|