--- --- The sitespeed.io blog The latest news from the sitespeed.io world. https://www.sitespeed.io {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {% if post.excerpt %} {{ post.excerpt | xml_escape }} {% else %} {{ post.content | xml_escape }} {% endif %} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} {% endfor %}