23 lines
376 B
Markdown
23 lines
376 B
Markdown
+++
|
|
# Recent Posts widget.
|
|
# Note: this widget will only display if `content/post/` contains posts.
|
|
|
|
date = "2016-04-20T00:00:00"
|
|
draft = false
|
|
|
|
title = "Recent Posts"
|
|
subtitle = ""
|
|
widget = "posts"
|
|
|
|
# Order that this section will appear in.
|
|
weight = 70
|
|
|
|
# Show posts that contain the following tags. Default to any tags.
|
|
tags = []
|
|
|
|
# Number of posts to list.
|
|
count = 5
|
|
|
|
+++
|
|
|