forked from Sync/hugo-theme-stack
* feat(archives): add search bar to archives page * fix: error `file is nil; wrap it in if or with` from Hugo 0.123.0 * style: rename `search.ts` to `archives.ts` * refactor: remove `search` page layout * doc: remove `search` from `exampleSite` * fix: generate JSON output for archives page in exampleSite * feat: put archives search form under categories list
15 lines
186 B
Markdown
15 lines
186 B
Markdown
---
|
|
title: "Archives"
|
|
date: 2019-05-28
|
|
layout: "archives"
|
|
slug: "archives"
|
|
outputs:
|
|
- html
|
|
- json
|
|
menu:
|
|
main:
|
|
weight: -70
|
|
params:
|
|
icon: archives
|
|
---
|