Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Larkin committed Jul 29, 2024
1 parent 66142ac commit b4cab2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
9 changes: 6 additions & 3 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ main:
- name: Papers
url: /#papers
weight: 11
- name: Posts
url: /#post
- name: Talks
url: /#talks
weight: 12
- name: Posts
url: /#news
weight: 13
- name: Experience
url: experience/
weight: 20
- name: Projects
url: projects/
weight: 30
weight: 30
12 changes: 11 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,17 @@ sections:
design:
view: citation
- block: collection
id: posts
id: talks
content:
title: Recent & Upcoming Talks
filters:
folders:
- event
design:
view: article-grid
columns: 1
- block: collection
id: news
content:
title: Posts
subtitle: ''
Expand Down

0 comments on commit b4cab2c

Please sign in to comment.