Skip to content

Commit 160626a

Browse files
committed
Update site
1 parent d5660f7 commit 160626a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_octopress/source/_includes/custom/header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ <h1><a href="{{ root_url }}/">php.js</a></h1>
55
</div>
66

77
{% if site.subtitle %}
8-
<h2><strong>{{ site.subtitle }}</strong> - {{ site.description }}</h2>
8+
<h2><strong>{{ site.subtitle }}</strong></h2>
9+
{% endif %}
10+
{% if site.description %}
11+
<h2>{{ site.description }}</h2>
912
{% endif %}
1013
<div class="clear"></div>
1114
</hgroup>

0 commit comments

Comments
 (0)