blog/themes/classic/source/_includes/header.html
Brandon Mathis a20dc08e10 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
2011-06-08 18:58:00 -04:00

5 lines
108 B
HTML

<h1><a href="/">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}