| layout | page |
|---|---|
| title | Programming Notes |
| tagline | Supporting tagline |
{% include JB/setup %}
--
blog_func = lambda thoughts: markdown(thoughts)
map(blog_func, ['java', 'python', 'objective-c'])
-
{% for post in site.posts limit 4 %}
- {{ post.date | date_to_string }} » {{ post.title }} {{ post.content | strip_html | truncatewords:75}}
Read more...
{% endfor %}