GCG35
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
<div class="container">
|
||||
<div class="row align-items-center justify-content-center">
|
||||
{{ range .logos }}
|
||||
<div class="col-md-4 col-6 mt-4">
|
||||
<div class="col-md-3 col-6 mt-4">
|
||||
<a href="{{ .link }}" target="_blank" title="{{ .title }}"><img class="img-fluid w-100" src="{{ .image }}"></a>
|
||||
</div>
|
||||
{{ end }}
|
||||
@ -271,17 +271,6 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
<section class="section bg-footer">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-12 mb-4 mb-md-0">
|
||||
<img class="img-fluid w-100" src="/media/logos/ikt.webp">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ if $data.homepage.footer_logos.enable }}
|
||||
{{ with $data.homepage.footer_logos }}
|
||||
<section class="bg-footer">
|
||||
|
Reference in New Issue
Block a user