aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_includes/header.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-08 18:58:00 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-08 18:58:00 -0400
commita20dc08e105e85171bf5466cacb475b3bbcd8820 (patch)
tree153d76296a1713b2a905027a1d7646d890b655ba /themes/classic/source/_includes/header.html
parent901f4d7f29696df7f8254d58dc35fe7e2947da10 (diff)
downloadmy_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 'themes/classic/source/_includes/header.html')
-rw-r--r--themes/classic/source/_includes/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/source/_includes/header.html b/themes/classic/source/_includes/header.html
index 4e0519e6..e08da6dc 100644
--- a/themes/classic/source/_includes/header.html
+++ b/themes/classic/source/_includes/header.html
@@ -1 +1,4 @@
<h1><a href="/">{{ site.title }}</a></h1>
+{% if site.subtitle %}
+ <h2>{{ site.subtitle }}</h2>
+{% endif %}