From 6687b294c6585a5dbd1d00d3e7fc5469b6268846 Mon Sep 17 00:00:00 2001 From: Karol Kania <999044+khanyooh@users.noreply.github.com> Date: Tue, 08 Dec 2020 19:50:44 +0000 Subject: [PATCH] Add Contact page - initially adjusted to formspree.io --- exampleSite/config.toml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3ef5c66..3adfbe4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -25,6 +25,8 @@ mainSections = ["post"] images = ["images/site-feature-image.png"] doNotLoadAnimations = false +contactFormAction = "https://formspree.io/f/your-form-hash-here" + # Google Site Verification #googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" @@ -76,3 +78,9 @@ weight = 300 identifier = "about" url = "/about/" + + [[menu.main]] + name = "Contact" + weight = 400 + identifier = "contact" + url = "/contact/" \ No newline at end of file -- Gitblit v1.10.0