-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.qmd
52 lines (44 loc) · 858 Bytes
/
news.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "News"
description: "What's new & In the news"
page-layout: full
toc: false
#author: "DEEP Lab"
#date: "2023-03-20"
#categories: [news, job]
#image: "featured.jpeg"
#css: /custom.css
listing:
- id: release
sort: "date desc"
type: grid
fields: [image, title, subtitle, description, date]
grid-item-align: left
grid-columns: 3
image-height: 200px
# categories: true
# sort-ui: true
# filter-ui: true
contents:
- /news/
- release.yml
- id: news
sort: "date desc"
type: grid
fields: [image, title, subtitle, description, date]
grid-item-align: left
grid-columns: 3
image-height: 200px
# categories: true
# sort-ui: true
# filter-ui: true
contents: news.yml
---
## Release
:::{#release}
:::
## Media
:::{#news}
:::
<!--Include social share buttons-->
{{< include /files/includes/_socialshare.qmd >}}