Files
.github
archetypes
content
data
i18n
layouts
resources
static
themes
educenter-hugo
archetypes
assets
exampleSite
images
layouts
_default
abiturienten.html
anmeldung.html
baseof.html
cantorfora.html
cantorpreis.html
event.html
forms.html
ganztagsangebote.html
list.html
notice.html
page.html
post.html
schulchronik.html
single.html
teacher.html
wettbewerbe.html
abiturienten
abiturienten-min
about
anmeldung
author
cantorfora
cantorfora-min
cantorpreis
cantorpreis-min
contact
event
forms
ganztagsangebote
min
notice
pages
pages-nocontent
pages-nocontent-min
partials
schuelerrat
schulchronik
schulchronik-min
teacher
wettbewerbe
404.html
index.html
static
.gitignore
LICENSE
README.md
theme.toml
config.toml
gcg-website/themes/educenter-hugo/layouts/_default/event.html
2020-07-09 17:43:11 +02:00

12 lines
532 B
HTML

<div class="card border-0 rounded-0 hover-shadow">
<div class="card-img position-relative">
<img class="card-img-top rounded-0" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
<div class="card-date"><span>{{ .Date.Format "2" }}</span><br>{{ .Date.Format "Jan" }}</div>
</div>
<div class="card-body">
<!-- location -->
<p><i class="ti-location-pin text-primary mr-2"></i>{{ .Params.Location | markdownify }}</p>
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
</div>
</div>