diff options
Diffstat (limited to 'site/layouts/contact/single.html')
| -rw-r--r-- | site/layouts/contact/single.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/site/layouts/contact/single.html b/site/layouts/contact/single.html deleted file mode 100644 index 205d92e..0000000 --- a/site/layouts/contact/single.html +++ /dev/null @@ -1,26 +0,0 @@ -{{ partial "head" . }} - -{{ partial "nav" . }} - -<div class="ph3 bg-off-white"> - <div class="center mw6 pv3"> - - <img src="{{ .Params.logo }}" alt="" class="db w4 center pv4"> - - {{ .Content }} - - <div class="flex-ns mb3"> - {{ range .Params.contact_entries }} - <div> - <h4 class="f4 b lh-title mb2 primary">{{ .heading }}</h4> - <p>{{ .text }}</p> - </div> - {{ end }} - </div> - - {{ partial "contact-form" . }} - - </div> -</div> - -{{ partial "footer" . }} |
