From 68c22afe782299a5efd54afd4e6367efd025aec9 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 23 Nov 2016 18:07:51 +0100 Subject: Fügt contact form hinzu. --- layouts/_default/list.html | 2 +- layouts/_default/single.html | 2 +- layouts/contact/single.html | 33 +++++++++++++++++++++++++++++++++ layouts/index.html | 4 ++-- layouts/thankyou/single.html | 17 +++++++++++++++++ layouts/uhttpd/single.html | 6 +++--- 6 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 layouts/contact/single.html create mode 100644 layouts/thankyou/single.html (limited to 'layouts') diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0c2fc41..8f648dd 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,7 +3,7 @@

journal

{{ range .Data.Pages }} -
+
    diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0f61d2a..6f53645 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@

    {{.Title}}

    -
    +
    {{ .Date.Format "Mon, Jan 2, 2006" }}
    diff --git a/layouts/contact/single.html b/layouts/contact/single.html new file mode 100644 index 0000000..c497c55 --- /dev/null +++ b/layouts/contact/single.html @@ -0,0 +1,33 @@ +{{partial "header.tmpl" .}} +
    +

    {{.Title}}

    +
    +
    +
    +
    +
    +
    + + +
    +
    + + +
    +
    + + + + + cancel +
    +
    +
    +
    +

    +

    +
    +{{partial "footer.tmpl" .}} diff --git a/layouts/index.html b/layouts/index.html index 94aa532..79e4bdc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@
    projects @@ -14,7 +14,7 @@ journal
    diff --git a/layouts/thankyou/single.html b/layouts/thankyou/single.html new file mode 100644 index 0000000..aa93c50 --- /dev/null +++ b/layouts/thankyou/single.html @@ -0,0 +1,17 @@ +{{partial "header.tmpl" .}} +
    +

    {{.Title}}

    +
    +
    +
    +
    + Thank you! +
    +
    +
    +
    +

    + go back +

    +
    +{{partial "footer.tmpl" .}} diff --git a/layouts/uhttpd/single.html b/layouts/uhttpd/single.html index cfcab76..13314bd 100644 --- a/layouts/uhttpd/single.html +++ b/layouts/uhttpd/single.html @@ -70,10 +70,10 @@ nav.primary ul li a:hover { -- cgit v1.2.3