UNPKG
phpjs
Version:
latest (1.3.2)
1.3.2
1.2.2
1.1.2
1.0.2
1.0.1
1.0.0
0.0.1
php.js offers community built php functions in javascript
phpjs.org
kvz/phpjs
phpjs
/
_octopress
/
.themes
/
classic
/
source
/
_includes
/
custom
/
header.html
7 lines
(6 loc)
•
149 B
HTML
View Raw
1
2
3
4
5
6
7
<
hgroup
>
<
h1
>
<
a
href
=
"{{ root_url }}/"
>
{{ site.title }}
</
a
>
</
h1
>
{% if site.subtitle %}
<
h2
>
{{ site.subtitle }}
</
h2
>
{% endif %}
</
hgroup
>