Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 560 Bytes

File metadata and controls

23 lines (19 loc) · 560 Bytes
layout page
title Programming Notes
tagline Supporting tagline

{% include JB/setup %}

About

--

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 %}