--- layout: null redirect_from: - /feed/ --- {{ site.title | xml_escape }} {{ site.description | xml_escape }} {{ site.url }}{{ site.baseurl }}/ {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} {% for post in site.posts limit:10 %} {% unless post.hidden %} {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {% if post.image %} {% assign prefix = page.image | slice: 0, 4 %} {% if prefix == "http" %} {% assign image = page.image %} {% else %} {% assign image = page.image | prepend: site.baseurl | prepend: site.url %} {% endif %} {% endif %} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %} {% for cat in post.categories %} {{ cat | xml_escape }} {% endfor %} {% endunless %} {% endfor %}