Skip to content

Commit 9c468be

Browse files
committed
Hide media section untill adding information to it.
1 parent 96db549 commit 9c468be

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ collections:
181181
publications:
182182
output: true
183183
permalink: /:collection/:path/
184-
media:
185-
output: true
186-
permalink: /:collection/:path/
184+
# TODO: Uncomment after adding media
185+
# media:
186+
# output: true
187+
# permalink: /:collection/:path/
187188
# portfolio:
188189
# output: false
189190
# permalink: /:collection/:path/

_data/navigation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ main:
99
- title: "Talks"
1010
url: /talks/
1111

12-
- title: "Media"
13-
url: /media/
12+
# TODO: Uncomment after adding media
13+
# - title: "Media"
14+
# url: /media/
1415

1516

1617
# - title: "Teaching"

0 commit comments

Comments
 (0)