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
Raw Normal View History

2021-08-26 14:09:09 +00:00
<div class="contact">
<p class="contact_text">
{{ .Get "text" }}
</p>
<p class="contact_details">
<strong>{{ .Get "contact" }}</strong>
</p>
</div>