1. Added support for styled subtitle in header
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder supportmain
parent
901f4d7f29
commit
a20dc08e10
@ -1 +1,4 @@
|
|||||||
<h1><a href="/">{{ site.title }}</a></h1>
|
<h1><a href="/">{{ site.title }}</a></h1>
|
||||||
|
{% if site.subtitle %}
|
||||||
|
<h2>{{ site.subtitle }}</h2>
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue