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

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/contact.md')
-rw-r--r--exampleSite/content/contact.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md
new file mode 100644
index 0000000..2a1ac13
--- /dev/null
+++ b/exampleSite/content/contact.md
@@ -0,0 +1,11 @@
+---
+Title: "Contact Us"
+description: "Tell us what you think about our little operation."
+date: "2019-02-06T00:00:00"
+tags: ["tag1","tag2"]
+## Size param refers to the css class for the <section> tag
+## Opions are: xsmall, small, medium, large, xlarge, max
+## Default is 'auto'
+size: "medium"
+---
+{{< form-contact >}} \ No newline at end of file