+ {{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="title"}}
+ {{gh-input model.title id="blog-title" name="general[title]" type="text" focusOut=(action "validate" "title" target=model) update=(action (mut model.title))}}
+ {{gh-error-message errors=model.errors property="title"}}
+
The name of your site
+ {{/gh-form-group}}
- {{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="description" class="description-container"}}
-
- {{gh-textarea model.description id="blog-description" name="general[description]" focusOut=(action "validate" "description" target=model) update=(action (mut model.description))}}
- {{gh-error-message errors=model.errors property="description"}}
-
- Describe what your blog is about
- {{gh-count-characters model.description}}
-
- {{/gh-form-group}}
-
+ {{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="description" class="description-container"}}
+ {{gh-input model.description id="blog-description" name="general[description]" type="text" focusOut=(action "validate" "description" target=model) update=(action (mut model.description))}}
+ {{gh-error-message errors=model.errors property="description"}}
+
Used in your theme, meta data and search results
+ {{/gh-form-group}}
+