mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
7 lines
150 B
HTML
7 lines
150 B
HTML
|
<hgroup>
|
||
|
<h1><a href="{{ site.root }}/">{{ site.title }}</a></h1>
|
||
|
{% if site.subtitle %}
|
||
|
<h2>{{ site.subtitle }}</h2>
|
||
|
{% endif %}
|
||
|
</hgroup>
|