mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 03:06:54 -04:00
Move About menu item to config (#28)
This should fix the About menu item duplication in various theme demos like in [this one](https://themes.gohugo.io//theme/hermit/)
This commit is contained in:
parent
2941cdef6a
commit
7261cc00cf
2 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "About Hugo"
|
||||
title = "About"
|
||||
date = "2014-04-09"
|
||||
menu = "main"
|
||||
aliases = ["about-us","about-hugo"]
|
||||
+++
|
||||
|
||||
Hugo is the **world’s fastest framework for building websites**. It is written in Go.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue