{{#link-to "settings" class="btn btn-default btn-back"}}Back{{/link-to}}

General

{{input id="blog-title" name="general[title]" type="text" value=title}}

The name of your blog

{{textarea id="blog-description" name="general[description]" value=description}}

Describe what your blog is about {{gh-count-characters description}}

{{#if logo}} {{else}} {{/if}}

Display a sexy logo for your publication

{{#if cover}} {{else}} {{/if}}

Display a cover image on your site

{{input id="email-address" name="general[email-address]" type="email" value=email autocapitalize="off" autocorrect="off"}}

Address to use for admin notifications

{{! `pattern` brings up numeric keypad allowing any number of digits}} {{input id="postsPerPage" name="general[postsPerPage]" focus-out="checkPostsPerPage" value=postsPerPage min="1" max="1000" type="number" pattern="[0-9]*"}}

How many posts should be displayed on each page

{{view "select" id="activeTheme" name="general[activeTheme]" content=themes optionValuePath="content.name" optionLabelPath="content.label" value=activeTheme selection=selectedTheme}}

Select a theme for your blog