This commit is contained in:
parent
72871395ef
commit
cfa784cfc4
10
config.toml
10
config.toml
@ -77,11 +77,11 @@ longitude = "90.3746808"
|
|||||||
pinImage = "images/pin.png"
|
pinImage = "images/pin.png"
|
||||||
|
|
||||||
# Social icons
|
# Social icons
|
||||||
[[params.social]]
|
#[[params.social]]
|
||||||
icon = "fa-youtube"
|
#icon = "fa-youtube"
|
||||||
url = "https://www.youtube.com/"
|
#url = "https://www.youtube.com/"
|
||||||
weight = 2
|
#weight = 2
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "fa-instagram"
|
icon = "fa-instagram"
|
||||||
url = "https://instagram.com/"
|
url = "https://www.instagram.com/lilli_denys_netthier/"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<!--div class="footer__footer_social">
|
<div class="footer__footer_social">
|
||||||
<ul class="unstyle-list">
|
<ul class="unstyle-list">
|
||||||
{{ $social := .Site.Params.social }}
|
{{ $social := .Site.Params.social }}
|
||||||
{{ range $social }}
|
{{ range $social }}
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div-->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user