This commit is contained in:
Raoul 2022-10-08 23:21:25 +02:00
parent f9003b93b0
commit dc017371e8
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
4 changed files with 8 additions and 8 deletions

View file

@ -16,11 +16,11 @@
<p>
{{ if .date_known }}
<strong>Datum:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
<strong>Datum:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
{{ end }}
{{ if .location_known }}
<strong>Ort:</strong> <del>{{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong></del>
<strong>Ort:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
{{ end }}
</p>

View file

@ -16,11 +16,11 @@
<p>
{{ if .date_known }}
<strong>Date:</strong> <del>{{ i18n .date_start_month }} {{ humanize .date_start_day }} - {{ i18n .date_end_month }} {{ humanize .date_end_day }} {{ .date_year }}</del><br/>
<strong>Date:</strong> {{ i18n .date_start_month }} {{ humanize .date_start_day }} - {{ i18n .date_end_month }} {{ humanize .date_end_day }} {{ .date_year }}<br/>
{{ end }}
{{ if .location_known }}
<strong>Location:</strong> <del>{{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong></del>
<strong>Location:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
{{ end }}
</p>

View file

@ -16,11 +16,11 @@
<p>
{{ if .date_known }}
<strong>Date:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
<strong>Date:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
{{ end }}
{{ if .location_known }}
<strong>Lieu:</strong> <del>{{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong></del>
<strong>Lieu:</strong> {{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong>
{{ end }}
</p>

View file

@ -16,11 +16,11 @@
<p>
{{ if .date_known }}
<strong>Data:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
<strong>Data:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
{{ end }}
{{ if .location_known }}
<strong>Luogo:</strong> <del>{{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong></del>
<strong>Luogo:</strong> {{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong>
{{ end }}
</p>