a20dc08e10
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
5 lines
108 B
HTML
5 lines
108 B
HTML
<h1><a href="/">{{ site.title }}</a></h1>
|
|
{% if site.subtitle %}
|
|
<h2>{{ site.subtitle }}</h2>
|
|
{% endif %}
|