This commit is contained in:
Aditya Telange 2020-12-06 18:37:40 +05:30
parent 3c41259974
commit c637c1fb1e
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
3 changed files with 17 additions and 0 deletions

View File

@ -20,6 +20,9 @@ languages:
- name: Archive
url: archives
weight: 5
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 10
@ -77,6 +80,12 @@ languages:
url: tags
weight: 10
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"

4
content/search.l2.md Normal file
View File

@ -0,0 +1,4 @@
+++
title = "SearchL2"
layout = "search"
+++

4
content/search.md Normal file
View File

@ -0,0 +1,4 @@
+++
title = "Search"
layout = "search"
+++