fix timezone
This commit is contained in:
parent
c0bd932d57
commit
49b910a9e8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
<section id="gancio">
|
<section id="gancio">
|
||||||
<div class="section-headers">
|
<div class="section-headers">
|
||||||
<h2>Agenda</h2>
|
<h2>Agenda</h2>
|
||||||
|
|
@ -31,7 +30,7 @@
|
||||||
<figcaption>
|
<figcaption>
|
||||||
|
|
||||||
<h4>{{ .title }}</h4>
|
<h4>{{ .title }}</h4>
|
||||||
<time datetime="{{ .start_datetime | int | dateFormat "2006-01-02T15:04" }}">{{ .start_datetime | int | dateFormat "2006-01-02 15:04 CET" }}</time>
|
<time datetime="{{ .start_datetime | int | dateFormat "2006-01-02T15:04" }}">{{ .start_datetime | int | dateFormat "2006-01-02 15:04 UTC" }}</time>
|
||||||
<p><b>Organizer:</b> {{ .place.name }}</p>
|
<p><b>Organizer:</b> {{ .place.name }}</p>
|
||||||
<p><b>Address: </b>{{ .place.address }}</p>
|
<p><b>Address: </b>{{ .place.address }}</p>
|
||||||
<!-- <p>{{ range .tags }}#{{ . }} {{ end }}</p>-->
|
<!-- <p>{{ range .tags }}#{{ . }} {{ end }}</p>-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue