From e7461f9f26c9ed313555c967223b23ba27744c37 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 30 May 2017 00:15:09 +0100 Subject: [PATCH] exampleSite: Update widget comments (#188) --- exampleSite/content/home/posts.md | 2 +- exampleSite/content/home/projects.md | 2 +- exampleSite/content/home/publications.md | 2 +- exampleSite/content/home/publications_selected.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/home/posts.md b/exampleSite/content/home/posts.md index 83c33e8b..a341b925 100644 --- a/exampleSite/content/home/posts.md +++ b/exampleSite/content/home/posts.md @@ -1,6 +1,6 @@ +++ # 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" draft = false diff --git a/exampleSite/content/home/projects.md b/exampleSite/content/home/projects.md index 0a0c8882..61aca8ee 100644 --- a/exampleSite/content/home/projects.md +++ b/exampleSite/content/home/projects.md @@ -1,6 +1,6 @@ +++ # 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" draft = false diff --git a/exampleSite/content/home/publications.md b/exampleSite/content/home/publications.md index 915cf71b..eea39a4a 100644 --- a/exampleSite/content/home/publications.md +++ b/exampleSite/content/home/publications.md @@ -1,6 +1,6 @@ +++ # 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" draft = false diff --git a/exampleSite/content/home/publications_selected.md b/exampleSite/content/home/publications_selected.md index 217ae2b0..ea586f9b 100644 --- a/exampleSite/content/home/publications_selected.md +++ b/exampleSite/content/home/publications_selected.md @@ -1,7 +1,7 @@ +++ # Selected Publications widget. -# Note: this widget will only display if `content/publication/` contains publications -# with `selected = true` in their `+++` preamble. +# This widget displays publications from `content/publication/` which have +# `selected = true` in their `+++` front matter. date = "2016-04-20T00:00:00" draft = false