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
186 B
Markdown
14 lines
186 B
Markdown
---
|
|
layout: page
|
|
title: submenus
|
|
nav: true
|
|
nav_order: 8
|
|
dropdown: true
|
|
children:
|
|
- title: bookshelf
|
|
permalink: /books/
|
|
- title: divider
|
|
- title: blog
|
|
permalink: /blog/
|
|
---
|