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