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
/
asides
/
recent_posts.html
11 lines
(10 loc)
•
257 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
section
>
<
h1
>
Recent Posts
</
h1
>
<
ul
id
=
"recent_posts"
>
{% for post in site.posts limit: site.recent_posts %}
<
li
class
=
"post"
>
<
a
href
=
"{{ root_url }}{{ post.url }}"
>
{{ post.title }}
</
a
>
</
li
>
{% endfor %}
</
ul
>
</
section
>