diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-08 18:58:00 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-08 18:58:00 -0400 |
commit | a20dc08e105e85171bf5466cacb475b3bbcd8820 (patch) | |
tree | 153d76296a1713b2a905027a1d7646d890b655ba /_config.yml | |
parent | 901f4d7f29696df7f8254d58dc35fe7e2947da10 (diff) | |
download | my_new_personal_website-a20dc08e105e85171bf5466cacb475b3bbcd8820.tar.xz my_new_personal_website-a20dc08e105e85171bf5466cacb475b3bbcd8820.zip |
1. Added support for styled subtitle in header
2. Added javascript detection for placeholder
3. Added backup style for search field with no-placeholder support
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index ff0bfdbb..8fb8984d 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ destination: public url: http://yoursite.com title: My Octopress Blog +subtitle: A blogging framework for hackers. author: Your Name subscribe_rss: /atom.xml subscribe_email: http://feedburner.com/asdfasdf |