代码拉取完成,页面将自动刷新
---
limit: 25
---
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
{% if site.url %}
{% assign base = site.url %}
{% elsif site.github.url %}
{% assign base = site.github.url %}
{% endif %}
<title>{{ site.title }}</title>
<generator uri="https://github.com/jekyll/jekyll">Jekyll v{{ jekyll.version }}</generator>
<icon>{{ site.url }}/apple-touch-icon-precomposed.png</icon>
<subtitle>{{ site.description }}</subtitle>
<link href="{{ base }}{{ page.url }}" rel="self"/>
<link href="{{ base }}/" rel="alternate" type="text/html"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ base }}/</id>
<author>
<name>{{ site.owner.name | xml_escape }}</name>
<uri>{{ site.url }}/</uri>
{% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
</author>
{% for post in site.posts limit: page.limit %}
<entry>
<title>{{ post.title | xml_escape }}</title>
<link href="{{ base }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ base }}{{ post.id }}</id>
<author>
<name>{{ site.owner.name | xml_escape }}</name>
<uri>{{ site.url }}/</uri>
{% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
</author>
<content type="html">
{% if post.feature %}<img src="{{ site.url }}/images/{{ post.feature }}"><br/>{% endif %}
{{ post.content | xml_escape }}
</content>
</entry>
{% endfor %}
</feed>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。