Since I was annoyed at not being able to use [jekyll-archives](https://github.com/jekyll/jekyll-archives) to create an archive for the books, I decided to implement myself the [jekyll-archives-v2](https://github.com/george-gca/jekyll-archives-v2) that doesn't have this limitation. Closes #923. --------- Signed-off-by: George Araújo <george.gcac@gmail.com>
14 lines
216 B
Markdown
14 lines
216 B
Markdown
---
|
|
layout: page
|
|
title: submenus
|
|
nav: false
|
|
nav_order: 6
|
|
dropdown: true
|
|
children:
|
|
- title: publications
|
|
permalink: /publications/
|
|
- title: divider
|
|
- title: projects
|
|
permalink: /projects/
|
|
---
|