Add Activities tab
This commit is contained in:
17
hugo.toml
17
hugo.toml
@@ -34,6 +34,12 @@ buildFuture = true
|
||||
url = "/en/projects"
|
||||
weight = 30
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "activities"
|
||||
name = "Activities"
|
||||
url = "/en/activities"
|
||||
weight = 35
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
@@ -65,6 +71,12 @@ buildFuture = true
|
||||
url = "/es/projects"
|
||||
weight = 30
|
||||
|
||||
[[languages.es.menu.main]]
|
||||
identifier = "activities"
|
||||
name = "Actividades"
|
||||
url = "/es/activities"
|
||||
weight = 35
|
||||
|
||||
[[languages.es.menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contacto"
|
||||
@@ -76,3 +88,8 @@ buildFuture = true
|
||||
[params]
|
||||
[params.social]
|
||||
twitter = 'OpenBokeron'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
Reference in New Issue
Block a user