Skip to content

Commit

Permalink
Change author email init command prompt to be all-ASCII.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiro Morales committed Apr 28, 2014
1 parent 5f0d413 commit b0763fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/init.py
Expand Up @@ -344,7 +344,7 @@ def chandler(default, toconf):
('Destination', None, False, '!target'),
('Site title', 'My Nikola Site', True, 'BLOG_TITLE'),
('Site author', 'Nikola Tesla', True, 'BLOG_AUTHOR'),
('Site authors e-mail', 'n.tesla@example.com', True, 'BLOG_EMAIL'),
('Site author\'s e-mail', 'n.tesla@example.com', True, 'BLOG_EMAIL'),
('Site description', 'This is a demo site for Nikola.', True, 'BLOG_DESCRIPTION'),
('Site URL', 'http://getnikola.com/', True, 'SITE_URL'),
('Questions about languages and locales', None, None, None),
Expand Down

0 comments on commit b0763fd

Please sign in to comment.