mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:47:42 +00:00
Fix template for new version of calens
The `wrap` function has been renamed to `wrapIndent`
This commit is contained in:
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user