From 795f67fbfa30a186daf1ccdc7960fab49b24749e Mon Sep 17 00:00:00 2001 From: Toma Nistor Date: Sat, 23 Sep 2017 22:49:49 -0700 Subject: [PATCH] Fixed #16, #17, #18, and changed hash.json to assetsManifest.json --- README.md | 3 +++ layouts/_default/single.html | 4 ++-- layouts/partials/footer.html | 4 ++-- layouts/partials/header.html | 19 ++----------------- static/scripts/src/main.js | 22 +++++++++++----------- static/styles/main.css | 2 +- static/styles/scss/flexboxgrid.scss | 2 -- static/styles/scss/main.scss | 15 ++++++++++++--- 8 files changed, 33 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6a13b0b..b6c6c9d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,9 @@ link2 = "https://github.com/tomanistor" +++ ``` +### Contact Form +The email address specified in the config.toml file will be one receiving messages sent through the contact form. The contact form is operated by Formspree and requires that the form must be submitted once initially to confirm the email address being used. See instruction [here](https://formspree.io/). + ### Custom CSS To implement custom CSS sitewide, change the config.toml parameter `customCSS` from `false` to `true` and then create a `css.html` file in your `layouts/partials/` folder like the example below: diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6691e1d..9ea0d90 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -8,9 +8,9 @@

{{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ en {{ .Date.Format (.Site.Params.dateform | default "January 2006") }} · {{ .ReadingTime }} minute read -
+
{{ .Content }} -
+