modules: update - get Hugo v0.91 support

This commit is contained in:
George Cushen
2021-12-31 13:55:46 +00:00
parent 756904fa4c
commit d99a03a46f
78 changed files with 63 additions and 67 deletions

View File

@@ -13,19 +13,19 @@ title: Recent Posts
subtitle:
content:
# Page type to display. E.g. post, talk, publication...
page_type: post
# Choose how many pages you would like to display (0 = all pages)
count: 5
# Filter on criteria
filters:
author: ""
category: ""
tag: ""
folders:
- post
tag: ''
category: ''
publication_type: ''
author: ''
exclude_featured: false
exclude_future: false
exclude_past: false
publication_type: ""
# Choose how many pages you would like to display (0 = all pages)
count: 5
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
@@ -33,9 +33,6 @@ content:
design:
# Choose a view for the listings:
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
view: 2
view: compact
columns: '2'
---

View File

@@ -13,28 +13,27 @@ title: Recent Publications
subtitle: ''
content:
# Page type to display. E.g. post, talk, publication...
page_type: publication
# Choose how much pages you would like to display (0 = all pages)
count: 5
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
order: desc
# Filter on criteria
filters:
folders:
- publication
tag: ''
category: ''
publication_type: ''
author: ''
exclude_featured: true
exclude_future: false
exclude_past: false
# Choose how many pages you would like to display (0 = all pages)
count: 0
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
order: desc
design:
# Choose a view for the listings:
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
view: 4
view: citation
columns: '2'
---
{{% callout note %}}