Fix some html tags
This commit is contained in:
parent
f8a205d9aa
commit
b55f5e76e6
4 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
{{ if .date_known }}
|
||||
{{ $start := time.AsTime .date_start }}
|
||||
{{ $end := time.AsTime .date_end }}
|
||||
<strong>Datum:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br/>
|
||||
<strong>Datum:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
{{ if .cfp_running }}
|
||||
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Pretalx</a><br>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br/>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
{{ if .cfp_running }}
|
||||
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Pretalx</a><br>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br/>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{{ if .date_known }}
|
||||
{{ $start := time.AsTime .date_start }}
|
||||
{{ $end := time.AsTime .date_end }}
|
||||
<strong>Date:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br/>
|
||||
<strong>Date:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
{{ if .cfp_running }}
|
||||
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Pretalx</a><br>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br/>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{{ if .date_known }}
|
||||
{{ $start := time.AsTime .date_start }}
|
||||
{{ $end := time.AsTime .date_end }}
|
||||
<strong>Data:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br/>
|
||||
<strong>Data:</strong> {{ time.Format "2. January" $start }} - {{ time.Format "2. January 2006" $end }}<br>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
{{ if .cfp_running }}
|
||||
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Pretalx</a><br>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br/>
|
||||
Offen bis {{ time.Format "2. January 2006" .cfp_end_date }}.<br>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue