mirror of
https://github.com/octoleo/restic.git
synced 2024-12-31 22:11:52 +00:00
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 }}
|
{{ range $entry := .Entries }}{{ with $entry }}
|
||||||
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
|
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
|
||||||
{{ range $par := .Paragraphs }}
|
{{ range $par := .Paragraphs }}
|
||||||
{{ wrap $par 80 3 }}
|
{{ wrapIndent $par 80 3 }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ range $url := .IssueURLs }}
|
{{ range $url := .IssueURLs }}
|
||||||
{{ $url -}}
|
{{ $url -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user