Added multilanguage support.
Used German as example language.
This commit is contained in:
parent
2496548c63
commit
d37488f32e
9 changed files with 398 additions and 310 deletions
28
exampleSite/content/contact.de.md
Normal file
28
exampleSite/content/contact.de.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
+++
|
||||
date = "2017-03-02T11:59:27-05:00"
|
||||
title = "Kontakt"
|
||||
weight = 40
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
<form method="post" action="#">
|
||||
<div class="field half first">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" name="name" id="name" />
|
||||
</div>
|
||||
<div class="field half">
|
||||
<label for="email">Email</label>
|
||||
<input type="text" name="email" id="email" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="message">Nachricht</label>
|
||||
<textarea name="message" id="message" rows="4"></textarea>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
<li><input type="submit" value="Absenden" class="special" /></li>
|
||||
<li><input type="reset" value="Zurücksetzen" /></li>
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
{{< socialLinks >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue