mirror of https://github.com/restic/restic.git
Fix template for new version of calens
The `wrap` function has been renamed to `wrapIndent`
This commit is contained in:
parent
fe430a680a
commit
6ec5dc8016
|
@ -16,7 +16,7 @@ Details
|
|||
{{ range $entry := .Entries }}{{ with $entry }}
|
||||
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
|
||||
{{ range $par := .Paragraphs }}
|
||||
{{ wrap $par 80 3 }}
|
||||
{{ wrapIndent $par 80 3 }}
|
||||
{{ end -}}
|
||||
{{ range $url := .IssueURLs }}
|
||||
{{ $url -}}
|
||||
|
|
Loading…
Reference in New Issue