netlify build fix

This commit is contained in:
gurusabarish
2021-07-25 01:14:26 +05:30
parent 2a24836a2e
commit 909e0323e0
9 changed files with 302 additions and 541 deletions
+2 -5
View File
@@ -6,10 +6,7 @@
<div class="text-center">{{ .Site.Params.contact_content }}</div>
{{ if .Site.Params.email }}
<div class="text-center pt-3">
<a
href="mailto:{{ .Site.Params.email }}?subject=Say hi!"
class="contact-btn btn text-muted"
>
<a href="mailto:{{ .Site.Params.email }}?subject=Say hi!" class="contact-btn btn text-muted">
Get In Touch
</a>
</div>
@@ -17,4 +14,4 @@
</div>
</div>
</div>
</section>
</section>