+++ /dev/null
----
-layout: default
----
-
-<div class="content">
- <div class="related">
- <h1>All</h1>
- <ul>
- {% for post in site.posts %}
- <li>
- <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a
- class="{{post.color}}" href="{{ post.url }}">{{ post.title }}</a>
- </li>
- {% endfor %}
- </ul>
- </div>
-</div>
+++ /dev/null
----
-layout: nil
----
-<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom">
-
- <title>N, S o Vocal</title>
- <subtitle>Cosas de Ben Beltran</subtitle>
- <link href="https://unlimited.pizza/atom.xml" rel="self" />
- <link href="https://unlimited.pizza/" />
-
- <updated>{{ site.time | date_to_xmlschema }}</updated>
- <id>https://unlimited.pizza</id>
- <author>
- <name>Ben Beltran</name>
- <email>ben@nsovocal.com</email>
- </author>
-
-{% for post in site.posts | limit:20 %}
- <entry>
- <title>{{ post.title }}</title>
- <link href="https://unlimited.pizza{{ post.url }}" />
- <updated>{{ post.date | date_to_xmlschema }}</updated>
- <id>http://unlimited.pizza{{ post.id }}</id>
- <summary>{{post.description}}</summary>
- <content type="html">{{ post.content | xml_escape }}</content>
- </entry>
-{% endfor %}
-
-</feed>