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

9 lines
599 B
HTML
Raw Normal View History

2020-06-27 10:05:59 +02:00
<li class="d-md-table mb-4 w-100 border-bottom hover-shadow">
2020-08-12 16:36:58 +02:00
<div class="d-md-table-cell text-center p-4 bg-primary text-white mb-4 mb-md-0"><span class="h2 d-block">{{ .PublishDate.Format "2"}}</span> {{ .PublishDate.Format "Jan, 2006"}}</div>
2020-06-27 10:05:59 +02:00
<div class="d-md-table-cell px-4 vertical-align-middle mb-4 mb-md-0">
<a href="{{ .Permalink }}" class="h4 mb-3 d-block">{{ .Title }}</a>
<p class="mb-0">{{ .Summary | truncate 100 }}</p>
</div>
<div class="d-md-table-cell text-right pr-0 pr-md-4"><a href="{{ .Permalink }}" class="btn btn-primary">{{ i18n "read_more"}}</a></div>
2020-08-12 16:36:58 +02:00
</li>