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
|
## 🗓 Upcoming Events
|
||||||
|
|
||||||
{{ range .events }}
|
{{ range .events }}
|
||||||
{{ .humanDate }} - [**{{.eventName}}**]({{ .url }})
|
<div>{{ .humanDate }}</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
[**{{.eventName}}**]({{ .url }})
|
||||||
|
|
||||||
|
</div>
|
||||||
{{ range .details }}
|
{{ range .details }}
|
||||||
`{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}`
|
<strong>
|
||||||
|
|
||||||
|
{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}
|
||||||
|
|
||||||
|
</strong>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
✨✨✨
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user