mirror of https://github.com/istio/istio.io.git
22 lines
754 B
XML
22 lines
754 B
XML
---
|
|
layout: null
|
|
---
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>istio -</title>
|
|
<description>A service mesh for polyglot microservices.</description>
|
|
<link>{{ site.baseurl }}</link>
|
|
{% for post in site.posts %}
|
|
{% unless post.draft %}
|
|
<item>
|
|
<title>{{ post.title | xml_escape }}</title>
|
|
<description>{{ post.content | xml_escape }}</description>
|
|
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
|
|
<link>{{ post.url | prepend: site.baseurl }}</link>
|
|
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl }}</guid>
|
|
</item>
|
|
{% endunless %}
|
|
{% endfor %}
|
|
</channel>
|
|
</rss> |