netlify build fix
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user