mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-13 12:55:08 -05:00
f81bdbc1a8
with gh-pages)
7 lines
149 B
HTML
7 lines
149 B
HTML
<hgroup>
|
|
<h1><a href="{{ site.root }}">{{ site.title }}</a></h1>
|
|
{% if site.subtitle %}
|
|
<h2>{{ site.subtitle }}</h2>
|
|
{% endif %}
|
|
</hgroup>
|