--- layout: null permalink: /feed/ --- {{ site.title }} {{ site.description }} {{ site.url }}{{ '/feed/atom.xml' | prepend: site.baseurl}} {%- for post in site.posts limit:1 %} {{ post.date | date_to_xmlschema }} {%- endfor %} {%- for post in site.posts limit:20 %} {{ post.title }} {{ post.url | prepend: site.url }} {{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }} {{ post.excerpt | default: post.description }} {%- assign authordata = '' | split:'@' %} {%- for author in site.authors %} {%- if post.authors contains author.username or author.username == post.authors %} {%- capture data %} {{ author.name }} {{ author.email }} {%- endcapture %} {%- assign authordata = authordata | push: data %} {%- endif %} {%- endfor %} {{- authordata | array_to_sentence_string }} {%- endfor %}