source: tanzpartie-hugo/themes/bilberry-hugo-theme/archetypes/page.md @ 16971

Last change on this file since 16971 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 255 bytes
Line 
1---
2title: "{{ replace .Name "-" " " | title }}"
3date: {{ .Date }}
4draft: true
5excludeFromTopNav: false
6
7# set the link if you want to redirect the user.
8link: ""
9# set the html target parameter if you want to change default behavior
10target: "_blank"
11---
Note: See TracBrowser for help on using the repository browser.