android.moparisthebest.org/source/_includes/header.html

7 lines
149 B
HTML
Raw Normal View History

2011-07-19 22:28:48 -04:00
<hgroup>
2011-07-22 00:14:26 -04:00
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
2011-07-19 22:28:48 -04:00
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>