From 5e24c1bd875b5b247684c70400ec3c8e63092b67 Mon Sep 17 00:00:00 2001 From: derrygeoff <105177485+derrygeoff@users.noreply.github.com> Date: Sun, 29 May 2022 14:51:02 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2cd5279..ac19339 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg 7 ./static/css/fonts.css 137 total ``` +## [Add hugo contact form](https://fabform.io/a/hugo-contact-form) + + ``` +
+ + + +
+``` + I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.