added option to disable hero bottom image
This commit is contained in:
@@ -121,6 +121,8 @@ params:
|
|||||||
subtitle: "I build things for the web"
|
subtitle: "I build things for the web"
|
||||||
content: "A passionate web app developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
content: "A passionate web app developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||||
image: /images/hero.svg
|
image: /images/hero.svg
|
||||||
|
bottomImage:
|
||||||
|
enable: true
|
||||||
# roundImage: true # Make hero image circular | default false
|
# roundImage: true # Make hero image circular | default false
|
||||||
button:
|
button:
|
||||||
enable: true
|
enable: true
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{ if .Site.Params.hero.bottomImage.enable | default true }}
|
||||||
<div class="hero-bottom-svg d-md-block d-lg-block d-none">
|
<div class="hero-bottom-svg d-md-block d-lg-block d-none">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="201" height="201" viewBox="0 0 201 201">
|
<svg xmlns="http://www.w3.org/2000/svg" width="201" height="201" viewBox="0 0 201 201">
|
||||||
<g id="Group_1168" data-name="Group 1168" transform="translate(-384 -1392)">
|
<g id="Group_1168" data-name="Group 1168" transform="translate(-384 -1392)">
|
||||||
@@ -305,5 +306,6 @@
|
|||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
Reference in New Issue
Block a user