{% for post in site.posts %}
{{ post.title }} {{ site.url }}{{ post.url }} {{ post.date | date_to_utc | date: '%Y-%m-%d'}}
{% endfor %}