exampleSite: Update widget comments (#188)

This commit is contained in:
George Cushen 2017-05-30 00:15:09 +01:00
commit e7461f9f26
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
+++ +++
# Recent Posts widget. # Recent Posts widget.
# Note: this widget will only display if `content/post/` contains posts. # This widget displays recent posts from `content/post/`.
date = "2016-04-20T00:00:00" date = "2016-04-20T00:00:00"
draft = false draft = false

View file

@ -1,6 +1,6 @@
+++ +++
# Projects widget. # Projects widget.
# Note: this widget will only display if `content/project/` contains projects. # This widget displays all projects from `content/project/`.
date = "2016-04-20T00:00:00" date = "2016-04-20T00:00:00"
draft = false draft = false

View file

@ -1,6 +1,6 @@
+++ +++
# Recent Publications widget. # Recent Publications widget.
# Note: this widget will only display if `content/publication/` contains publications. # This widget displays recent publications from `content/publication/`.
date = "2016-04-20T00:00:00" date = "2016-04-20T00:00:00"
draft = false draft = false

View file

@ -1,7 +1,7 @@
+++ +++
# Selected Publications widget. # Selected Publications widget.
# Note: this widget will only display if `content/publication/` contains publications # This widget displays publications from `content/publication/` which have
# with `selected = true` in their `+++` preamble. # `selected = true` in their `+++` front matter.
date = "2016-04-20T00:00:00" date = "2016-04-20T00:00:00"
draft = false draft = false