fix playbook

This commit is contained in:
timurgordon
2024-04-03 01:48:13 -04:00
parent f5baf857d2
commit 1ea47ed1e2

View File

@@ -1,15 +1,5 @@
## News
We add a news section to our website:
```js
!!website.news_add
title: 'News'
sort_by: date
```
Note that we chose the template
we add the news articles we want to display in the news section section. The people we want to add are defined in the `people` collection of `threefold_data`, so we need to add the file from the `people` collection which defines the person.
```js