--- use: ["articles"] permalink: none sitemap: _exclude: yes --- <![CDATA[{{ site.title }}]]> {{ site.calculated_date | date('c') }} {{ site.url }}/ {% if site.author or site.email %} {% if site.author %}{% endif %} {% if site.email %}{% endif %} {% endif %} Sculpin {% for article in data.articles|slice(0, 10) %} <![CDATA[{{ article.title }}]]> {{ article.date|date('c') }} {{ site.url }}{{ article.url }} {% endfor %}