phpjs
Version:
15 lines (13 loc) • 321 B
HTML
<hgroup>
<div id="logo">
<h1><a href="{{ root_url }}/">php.js</a></h1>
<div class="clear"></div>
</div>
{% if site.subtitle %}
<h2><strong>{{ site.subtitle }}</strong></h2>
{% endif %}
{% if site.description %}
<h2>{{ site.description }}</h2>
{% endif %}
<div class="clear"></div>
</hgroup>