---
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Rubén's blog</title>
 <link href="http://rubenlaguna.com/wp/hidden-atom.xml" rel="self"/>
 <link href="http://rubenlaguna.com/wp"/>
 <updated>{{ site.time | date_to_xmlschema }}</updated>
 <id>http://rubenlaguna.com/wp</id>
 <author>
   <name>Rubén Laguna</name>
   <email>ruben.laguna@gmail.com</email>
 </author>

 {% for post in site.posts limit:10 %}
 <entry xml:base="http://rubenlaguna.com/">
   <title>{{ post.title | xml_escape }}</title>
   <link href="{{ site.url }}{{ post.url }}"/>
   <updated>{{ post.date | date_to_xmlschema }}</updated>
   <id>{{ site.url }}{{ post.id }}</id>
   <content type="html">{{ post.content | xml_escape }}</content>
 </entry>
 {% endfor %}
 
</feed>
