forked from lix-project/lix-website
theme#footer: drop nonsensical Location column
This commit is contained in:
parent
e5b4183b89
commit
115103a1ca
|
@ -23,17 +23,6 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 col-xl-3 text-center text-xl-start pb-4">
|
||||
<h5 class="fs-6 fw-semibold text-primary">Location</h5>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Site.Params.location }}
|
||||
<li class="d-flex justify-content-center justify-content-xl-start mb-2">
|
||||
<div class="d-flex align-items-center text-primary">{{ partial "icons/geo-alt.html" }}</div>
|
||||
<p class="small text-black-61 m-0 ps-2">{{ . }}</p>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 col-xl-3 text-center text-xl-start pb-4">
|
||||
<h5 class="fs-6 fw-semibold text-primary">Contact us</h5>
|
||||
{{ range .Site.Params.contact }}
|
||||
|
|
Loading…
Reference in a new issue