mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
exampleSite: Update widget comments (#188)
This commit is contained in:
parent
0768fee350
commit
e7461f9f26
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue