Formatting of events for readme
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
20ceb63bcc
commit
7061402f7c
@ -23,10 +23,20 @@ Below are a selection of highlights.
|
||||
## 🗓 Upcoming Events
|
||||
|
||||
{{ range .events }}
|
||||
{{ .humanDate }} - [**{{.eventName}}**]({{ .url }})
|
||||
<div>{{ .humanDate }}</div>
|
||||
<div>
|
||||
|
||||
[**{{.eventName}}**]({{ .url }})
|
||||
|
||||
</div>
|
||||
{{ range .details }}
|
||||
`{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}`
|
||||
<strong>
|
||||
|
||||
{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}
|
||||
|
||||
</strong>
|
||||
{{ end }}
|
||||
✨✨✨
|
||||
{{- end }}
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user