This commit is contained in:
Aditya Telange 2020-07-25 12:04:14 +05:30
parent 4786f5a6d8
commit 10333396a9
3 changed files with 23 additions and 1 deletions

View File

@ -21,6 +21,21 @@ theme = "hugo-PaperMod"
url = "/archives/"
weight = 5
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 10
[[menu.main]]
name = "Series"
url = "/series/"
weight = 15
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 20
[taxonomies]
category = "categories"
tag = "tags"

View File

@ -2,4 +2,11 @@
title = "2020Post"
date = 2020-07-23T04:35:52+05:30
draft = true
tags = [
"2020",
]
+++
{{< blockquote >}}
This is a quote from Author4 and links to https://www.google.com.
{{< /blockquote >}}

@ -1 +1 @@
Subproject commit e230bd3b44fedc995c3ef4a4ad3bb335e35fe715
Subproject commit 2e9aef08a53853eafeaba1bd0517623969cc8c88