Fixed typo
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
2c29b561b2
commit
20ceb63bcc
@ -25,7 +25,7 @@ Below are a selection of highlights.
|
|||||||
{{ range .events }}
|
{{ range .events }}
|
||||||
{{ .humanDate }} - [**{{.eventName}}**]({{ .url }})
|
{{ .humanDate }} - [**{{.eventName}}**]({{ .url }})
|
||||||
{{ range .details }}
|
{{ range .details }}
|
||||||
`{{ .name | html }}{{ if .type }} - {{ .type }}{{/end}}`
|
`{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}`
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user