mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Fix #1613
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<name>{{ site.title }}</name>
|
||||
<email>bbxdesign@gmail.com</email>
|
||||
</author>
|
||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="{{ site.url }}/atom.xml" rel="self" type="application/rss+xml" />
|
||||
{% for post in site.posts limit:10 %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
|
||||
Reference in New Issue
Block a user