zrepl/docs/layouts/shortcodes/zrepl-prune.html

7 lines
183 B
HTML
Raw Normal View History

{{ $this := .}}
{{with .Site.GetPage "page" "configuration" "prune.md" }}
<a href="{{.URL}}">{{default "prune policy" ($this.Get 0) }}</a>
{{else}}
{{.PageDoesNotExistError}}
{{end}}