layout | title | tagline |
---|---|---|
page |
Team CrystalMath |
Just codin' |
{% include JB/setup %}
Read Jekyll Quick Start
{% for post in site.posts %}
-
{{ post.date | date_to_string }}
{{ post.content | split:"" | first | strip_html | truncate:300 }} {% if post.content | size > 300 %}
Weiter Lesen {% endif %}