Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 675 Bytes

File metadata and controls

25 lines (21 loc) · 675 Bytes
layout title permalink description
page
Javascript Development and Testing
/javascript/
Adventures in Javascript and Javascript unit testing.

{% for post in site.posts %} {% if post.meta contains 'javascript' %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }}

{{ post.excerpt | remove: '

' | remove: '

' }}
Read More...

{% endif %} {% endfor %}

{% include signup.html %}