--- layout: compress # Atom Feed, reference: https://validator.w3.org/feed/docs/atom.html # v2.0 # https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT License --- {% capture source %} {{ site.url }} {{ site.title }} {{ site.description }} {{ site.time | date_to_xmlschema }} {{ site.author }} {{ site.url }} Jekyll © {{ 'now' | date: '%Y' }} {{ site.author }} {{ site.baseurl }}/assets/img/favicons/favicon.ico {{ site.baseurl }}/assets/img/favicons/favicon-96x96.png {% for post in site.posts limit: 5 %} {% assign post_absolute_url = site.url | append: post.url %} {{ post.title }} {{ post.date | date_to_xmlschema }} {% if post.lastmod %} {{ post.lastmod | date_to_xmlschema }} {% else %} {{ post.date | date_to_xmlschema }} {% endif %} {{ post_absolute_url }} {{ site.author }} {% if post.categories %} {% for category in post.categories %} {% endfor %} {% endif %} {% if post.summary %} {{ post.summary | strip }} {% else %} {% assign content = post.content %} {% include no-linenos.html %} {{ content | strip_html | truncate: 200 }} {% endif %} {% endfor %} {% endcapture %} {{ source | replace: '&', '&' }}