assignments: add ical link to settings
This commit is contained in:
parent
228758e9c7
commit
9d1f28cacb
|
@ -90,6 +90,7 @@ type Config struct {
|
||||||
Text string
|
Text string
|
||||||
Description string
|
Description string
|
||||||
Legal string
|
Legal string
|
||||||
|
ICalLink string
|
||||||
|
|
||||||
Start time.Time
|
Start time.Time
|
||||||
End time.Time
|
End time.Time
|
||||||
|
|
|
@ -12,3 +12,6 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
{{if .ICalLink }}
|
||||||
|
These events are in a public calendar you may add to your own calendar software: {{.ICalLink}}[Published iCal Link]
|
||||||
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue