From 066e75539abd5c0da0b49e8ce95a628e5d9381a8 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 3 Jan 2022 19:54:30 +0100 Subject: [PATCH] Add: contact partial --- layouts/partials/contact.html | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 layouts/partials/contact.html diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html new file mode 100644 index 0000000..93e95d3 --- /dev/null +++ b/layouts/partials/contact.html @@ -0,0 +1,54 @@ +{{ $data := index site.Data }} + +{{ if $data.contact.contact.enable }} +{{ with $data.contact.contact}} +{{"" | safeHTML}} +
+
+ {{"" | safeHTML}} +
+
+

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} + {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

+
+
+
+ {{"" | safeHTML}} + +
+ +

Drop Me a Message

+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+{{"" | safeHTML}} +{{ end }} +{{ end }} \ No newline at end of file