Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAthanasia Monika Mowinckel <a.m.mowinckel@psykologi.uio.no>2020-10-17 17:28:29 +0300
committerAthanasia Monika Mowinckel <a.m.mowinckel@psykologi.uio.no>2020-10-17 17:28:29 +0300
commitb121939b5da723b36442339020cfd15fc0a5726f (patch)
tree892a9d55fc84b8731557881f73757582d038b0d2
parent01f848487e6eb4cc5299ed8c406c047267c03c8f (diff)
customiseable clients section
-rw-r--r--layouts/partials/home/clients.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/layouts/partials/home/clients.html b/layouts/partials/home/clients.html
index 626cc29..d28b3cf 100644
--- a/layouts/partials/home/clients.html
+++ b/layouts/partials/home/clients.html
@@ -1,8 +1,7 @@
-<div class="row section clients topspace">
- <h2 class="section-title"><span>Clients</span></h2>
- <div class="col-lg-12">
- <p>
- <img src="images/sample_clients.png" alt="">
- </p>
- </div>
-</div> <!-- /section -->
+
+<div class="col-lg-12">
+ <p>
+ <img src= {{ .Params.image }} alt="">
+ </p>
+</div>
+