gc + fixes
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
{{ range where (where .Site.RegularPages "Title" .Params.Title ) "Type" "=" "cantorpreis" }}
|
||||
<div class="d-flex justify-content-between align-items-center flex-wrap">
|
||||
<div class="media mb-2 mb-sm-0 align-items-center">
|
||||
<img class="mr-4 img-fluid teacher-thumb-sm" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
|
||||
<img class="mr-4 img-fluid person-thumb-sm" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
|
||||
<div class="media-body">
|
||||
<h4 class="mt-0"><a href="{{ .Permalink }}">{{ .Params.Name }}</a></h4>
|
||||
{{ .Description }}
|
||||
|
Reference in New Issue
Block a user