gc + fixes

This commit is contained in:
2022-03-19 10:21:45 +01:00
parent 53453d8682
commit 76721c2ecc
105 changed files with 351 additions and 1543 deletions

View File

@ -39,30 +39,6 @@
{{ end }}
<!-- /funfacts -->
<!-- success story -->
{{ partial "info.html" . }}
<!-- /success story -->
<!-- teacher -->
{{ if $data.homepage.blog.enable }}
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="section-title">{{ i18n "our_teachers" }}</h2>
</div>
</div>
<div class="row justify-content-center">
<!-- teacher -->
{{ range first 3 (where .Site.RegularPages "Type" "teacher")}}
<div class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
{{ .Render "teacher" }}
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
<!-- /teacher -->
{{ end }}