layout | title |
---|---|
default |
Your New Jekyll Site |
-
{%- for post in site.posts -%}
-
{{ post.date | date_to_string }}
{%- if post.description -%}{{ post.description | strip_html | strip_newlines | truncate: 120 }}{%- else -%}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{%- endif -%}
{%- endfor -%}