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/forms.html

7 lines
353 B
HTML
Raw Normal View History

2020-06-27 10:05:59 +02:00
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
<img class="card-img-top rounded-0" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
<div class="card-body">
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<p class="card-text">{{ .Summary | truncate 100 }}</p>
</div>
</div>