This commit is contained in:
parent
6015447cd8
commit
d4d014dc8b
@ -16,7 +16,7 @@ gallery: true
|
|||||||
---
|
---
|
||||||
#### Endlich wieder Skilager im Cantor-Gymnasium
|
#### Endlich wieder Skilager im Cantor-Gymnasium
|
||||||
|
|
||||||
Die 15 schnellsten Skifahrer (nicht auf der Piste, sondern beim Anmelden) fuhren vom 27.1. bis 03.02.2023 nach Italien.
|
Die 15 schnellsten Skifahrer (nicht auf der Piste, sondern beim Anmelden) fuhren vom 27.01. bis 03.02.2023 nach Italien.
|
||||||
|
|
||||||
Nach einer ungewöhnlichen, aber trotzdem gemütlichen Anreise mit IC, EC und
|
Nach einer ungewöhnlichen, aber trotzdem gemütlichen Anreise mit IC, EC und
|
||||||
Regionalbahn war diese alte Seilbahn das letzte Verkehrsmittel, was uns
|
Regionalbahn war diese alte Seilbahn das letzte Verkehrsmittel, was uns
|
||||||
|
@ -10,15 +10,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "posted_by" }}
|
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "posted_by" }}:</span>
|
||||||
:</span><a
|
<a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}</a></li>
|
||||||
href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}</a></li>
|
|
||||||
|
|
||||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "date" }}
|
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "date" }}:
|
||||||
:</span>{{ time.Format "02 Jan, 2006" .PublishDate }}</li>
|
|
||||||
|
|
||||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "category" }}
|
</span>{{ time.Format "02 Jan 2006" .PublishDate }}</li>
|
||||||
:</span>{{ range $index, $elements:= .Params.Categories }}<a
|
|
||||||
|
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "category" }}:
|
||||||
|
|
||||||
|
</span>{{ range $index, $elements:= .Params.Categories }}<a
|
||||||
href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}"> {{ if ne $index 0 }}, {{ end }}
|
href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}"> {{ if ne $index 0 }}, {{ end }}
|
||||||
{{ . | title }}</a> {{ end}}</li>
|
{{ . | title }}</a> {{ end}}</li>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user