layout | title |
---|---|
page |
Practical Solutions | Home |
Practical = ( partial | ugly | temporary | works-for-me | works-for-now )
{% for post in site.posts %}
{{ post.date | date_to_string }}
{{ post.excerpt | split:"
" | first | strip_html}}{% endfor %}