Upgrade ruby/jekyll/style
This commit is contained in:
parent
ad565e855d
commit
5f1b5997da
33 changed files with 329 additions and 950 deletions
|
@ -20,7 +20,7 @@
|
|||
<link href="{{ site.url }}{{ post.url }}"/>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
<id>{{ site.url }}{{ post.id }}</id>
|
||||
<content type="html"><![CDATA[{{ post.content | expand_urls: site.url | markdownify | cdata_escape }}]]></content>
|
||||
<content type="html"><![CDATA[{{ post.content | full_urls | cdata_escape }}]]></content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
</feed>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue