Only display URLs if present
This commit is contained in:
parent
1de9937b7a
commit
e423a14d57
|
@ -7,8 +7,12 @@
|
||||||
* [{{.Day}}s at {{.UTC}} UTC]({{$.MeetingURL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.UTC}}&tz=UTC).
|
* [{{.Day}}s at {{.UTC}} UTC]({{$.MeetingURL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.UTC}}&tz=UTC).
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{ if .MeetingArchiveURL -}}
|
||||||
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
|
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
|
||||||
|
{{- end }}
|
||||||
|
{{ if .MeetingRecordingsURL -}}
|
||||||
Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
## Leads
|
## Leads
|
||||||
{{- range .Leads }}
|
{{- range .Leads }}
|
||||||
|
|
|
@ -7,8 +7,12 @@
|
||||||
* [{{.Day}}s at {{.UTC}} UTC]({{$.MeetingURL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.UTC}}&tz=UTC).
|
* [{{.Day}}s at {{.UTC}} UTC]({{$.MeetingURL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.UTC}}&tz=UTC).
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{ if .MeetingArchiveURL -}}
|
||||||
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
|
Meeting notes and Agenda can be found [here]({{.MeetingArchiveURL}}).
|
||||||
|
{{- end }}
|
||||||
|
{{ if .MeetingRecordingsURL -}}
|
||||||
Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
Meeting recordings can be found [here]({{.MeetingRecordingsURL}}).
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
## Organizers
|
## Organizers
|
||||||
{{- range .Leads }}
|
{{- range .Leads }}
|
||||||
|
|
Loading…
Reference in New Issue