Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/contact/list.html')
-rw-r--r--layouts/contact/list.html86
1 files changed, 43 insertions, 43 deletions
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index a585a4b..cc2f35b 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -1,48 +1,48 @@
{{ partial "general-title" . }}
{{ partial "header" . }}
-{{ partial "navbar" . }}
-<!-- Main -->
-<div id="main">
- <article class="post">
- <header>
- <div class="title">
- {{ if $.Scratch.Get "h1" }}
- <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
- {{ $.Scratch.Set "h1" false }}
- {{ else }}
- <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
- {{ end }}
- {{ with .Description }}
- <p>{{ . }}</p>
- {{ end }}
- </div>
- </header>
- <div id="content">
- {{ .Content }}
- <div class="contact-container">
- {{ if .Params.netlify }}
- <form name="contact" action="thank-you" netlify center width="300px">
- {{ else }}
- <form id="contact" action="//{{ .Params.emailservice }}" method="post" center width="300px">
- {{ end }}
- <h4>Replies Typically Within 24 Hours.</h4>
- <fieldset>
- <input placeholder="{{ .Params.contactname }}" type="text" name="name" tabindex="1" required autofocus>
- </fieldset>
- <fieldset>
- <input placeholder="{{ .Params.contactemail}}" type="email" name="email" tabindex="2" required>
- </fieldset>
- <fieldset>
- <textarea placeholder="{{ .Params.contactmessage}}" name="message" tabindex="3" required></textarea>
- </fieldset>
- <fieldset>
- <button name="submit" class="button" type="submit" id="contact-submit" tabindex="4">Submit</button>
- </fieldset>
- </form>
- </div>
+ {{ partial "navbar" . }}
+ <!-- Main -->
+ <div id="main">
+ <article class="post">
+ <header>
+ <div class="title">
+ {{ if $.Scratch.Get "h1" }}
+ <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
+ {{ $.Scratch.Set "h1" false }}
+ {{ else }}
+ <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+ {{ end }}
+ {{ with .Description }}
+ <p>{{ . }}</p>
+ {{ end }}
+ </div>
+ </header>
+ <div id="content">
+ {{ .Content }}
+ <div class="contact-container">
+ {{ if .Params.netlify }}
+ <form name="contact" action="thank-you" netlify center width="300px">
+ {{ else }}
+ <form id="contact" action="//{{ .Params.emailservice }}" method="post" center width="300px">
+ {{ end }}
+ <h4>Replies Typically Within 24 Hours.</h4>
+ <fieldset>
+ <input placeholder="{{ .Params.contactname }}" type="text" name="name" tabindex="1" required autofocus>
+ </fieldset>
+ <fieldset>
+ <input placeholder="{{ .Params.contactemail}}" type="email" name="email" tabindex="2" required>
+ </fieldset>
+ <fieldset>
+ <textarea placeholder="{{ .Params.contactmessage}}" name="message" tabindex="3" required></textarea>
+ </fieldset>
+ <fieldset>
+ <button name="submit" class="button" type="submit" id="contact-submit" tabindex="4">Submit</button>
+ </fieldset>
+ </form>
+ </div>
+ </div>
+ </article>
</div>
- </article>
-</div>
-{{ partial "sidebar" . }}
+ {{ partial "sidebar" . }}
{{ partial "footer" . }}