assignments: add ical link to settings
This commit is contained in:
parent
228758e9c7
commit
9d1f28cacb
|
@ -90,6 +90,7 @@ type Config struct {
|
|||
Text string
|
||||
Description string
|
||||
Legal string
|
||||
ICalLink string
|
||||
|
||||
Start time.Time
|
||||
End time.Time
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
{{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