gc + fixes
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user