switched back to global menu setting
This commit is contained in:
parent
551ec4cb00
commit
e4a40b02d0
4 changed files with 17 additions and 2 deletions
|
@ -6,6 +6,6 @@ description: "The last theme you'll ever need. Maybe."
|
|||
theme_version: '2.8.2'
|
||||
cascade:
|
||||
featured_image: '/images/gohugo-default-sample-hero-image.jpg'
|
||||
menus: ['main']
|
||||
#menus: main
|
||||
---
|
||||
Welcome to my blog with some of my work in progress. I've been working on this book idea. You can read some of the chapters below.
|
|
@ -2,7 +2,7 @@
|
|||
title: "Revue de presse"
|
||||
description: "A few years ago, while visiting or, rather, rummaging about Notre-Dame, the author of this book found, in an obscure nook of one of the towers, the following word, engraved by hand upon the wall: —ANANKE."
|
||||
featured_image: '/images/Victor_Hugo-Hunchback.jpg'
|
||||
menus: ['main']
|
||||
#menus: main
|
||||
---
|
||||
{{< figure src="/images/Victor_Hugo-Hunchback.jpg" title="Illustration from Victor Hugo et son temps (1881)" >}}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Page test
|
||||
#menus: main
|
||||
---
|
||||
Ceci est une page de test
|
||||
|
|
|
@ -12,3 +12,17 @@ favicon = "/images/uploads/logo-association-envie-appartagee.png"
|
|||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/maxime-garnier-/"
|
||||
|
||||
[[menus.main]]
|
||||
name = "Accueil"
|
||||
pageRef = "/"
|
||||
weight = "1"
|
||||
|
||||
[[menus.main]]
|
||||
name = "Revue de presse"
|
||||
pageRef = "/pages/Revue de presse"
|
||||
weight = "1"
|
||||
|
||||
[[menus.main]]
|
||||
name = "Page de test"
|
||||
pageRef = "/pages/
|
||||
weight = "1"
|
Loading…
Reference in a new issue