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

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>