meta: Add new tab Fotos
This commit is contained in:
parent
7a451a1480
commit
2b3a5cd917
4 changed files with 13 additions and 1 deletions
7
archetypes/photos.md
Normal file
7
archetypes/photos.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: {{ replace .Name "-" " " | title }}
|
||||||
|
date: {{ .Date }}
|
||||||
|
description:
|
||||||
|
tags:
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 303 KiB |
|
|
@ -23,7 +23,12 @@ name = "Blog"
|
||||||
pageRef = "/"
|
pageRef = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = "Fotos"
|
||||||
|
pageRef = "/fotos"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Über mich"
|
name = "Über mich"
|
||||||
pageRef = "/about"
|
pageRef = "/about"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue