We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 990f6ac + b134f19 commit aeb14b0Copy full SHA for aeb14b0
content/_index.md
@@ -88,18 +88,15 @@ sections:
88
design:
89
columns: '2'
90
view: compact
91
- - block: tag_cloud
92
- content:
93
- title: Popular Topics
94
- design:
95
- columns: '2'
96
- block: collection
97
id: News
98
content:
99
title: Latest News
100
filters:
101
folders:
102
- - news
+ - news
+ design:
+ columns: '2'
103
- block: contact
104
id: contact
105
content/news/_index.md
@@ -1,12 +1,12 @@
1
---
2
-title: Posts
+title: News
3
cms_exclude: true
4
5
# View.
6
# 1 = List
7
# 2 = Compact
8
# 3 = Card
9
-view: 4
+view: 1
10
11
# Optional header image (relative to `static/media/` folder).
12
header:
0 commit comments