Theme: use right locale in calendar-table
All checks were successful
/ build (push) Successful in 13s
All checks were successful
/ build (push) Successful in 13s
This commit is contained in:
parent
8607882719
commit
7d492980b8
|
@ -12,7 +12,7 @@
|
|||
{{- if eq ._type "vevent"}}
|
||||
<tr>
|
||||
{{- $start := time .dtstart }}
|
||||
<td style="font-variant-numeric: tabular-nums;">{{ $start.Local.Format "Mon, 2006-01-02 15:04" }}</td>
|
||||
<td style="font-variant-numeric: tabular-nums;">{{ time.Format "Mon, 2006-01-02 15:04" $start.Local }}</td>
|
||||
{{- $potentialUrl := index (findRE `https?://\S*` .description 1) 0 }}
|
||||
{{- if eq $potentialUrl nil }}
|
||||
<td>{{ .summary }}</td>
|
||||
|
|
Loading…
Reference in a new issue