This repository has been archived on 2023-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sophie-lewis-hugo/themes/sophie-lewis/layouts/shortcodes/getintouch.html
T

8 lines
163 B
HTML

<div class="contact">
<p class="contact_text">
{{ .Get "text" }}
</p>
<p class="contact_details">
<strong>{{ .Get "contact" }}</strong>
</p>
</div>