From 740aaebed38049819fb9375978da5321fcbc4199 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Sun, 16 Apr 2017 00:08:50 +0000
Subject: [PATCH] remove org from form to keep it simple
---
layouts/shortcodes/form-contact.html | 3 ---
README.md | 3 ++-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 09f125d..e628e65 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
### Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
+The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
+

[DEMO](https://gohugo-ananke-theme-demo.netlify.com/)
-The intent of this theme is to provide a solid starting place for Hugo sites and include best practices for performance, accessibility, and rapid development.
Features
diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html
index ea732b5..3067166 100644
--- a/layouts/shortcodes/form-contact.html
+++ b/layouts/shortcodes/form-contact.html
@@ -6,9 +6,6 @@
<label class="{{ $.Scratch.Get "labelClasses" }}" for="first_name">Your Name</label>
<input type="text" id="first_name" name="first_name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
- <label class="{{ $.Scratch.Get "labelClasses" }}" for="last_name">Organization Name</label>
- <input type="text" id="last_name" name="last_name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
-
<label class="{{ $.Scratch.Get "labelClasses" }}" for="email">Email Address</label>
<input type="email" id="email" name="email" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
<div class="requirements f6 gray glow i ph3 overflow-hidden TK">
--
Gitblit v1.10.0