mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 20:05:06 -05:00
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 %}
|