瀏覽代碼

remove org from form to keep it simple

tags/v1.1
Bud Parr 7 年之前
父節點
當前提交
740aaebed3
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    1
      README.md
  2. 0
    3
      layouts/shortcodes/form-contact.html

+ 2
- 1
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.

![screenshot](/images/screenshot.png)

[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


+ 0
- 3
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">

Loading…
取消
儲存