mirror of https://github.com/istio/istio.io.git
Add encoding to RSS feed (#15904)
* Add encoding to RSS feed * add all layouts
This commit is contained in:
parent
4fea8993cc
commit
00e108352c
|
@ -1,5 +1,5 @@
|
|||
{{ $home := .Site.BaseURL | printf "%s%s" (os.Getenv "URL") }}
|
||||
|
||||
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Istio Blog</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ $home := .Site.BaseURL | printf "%s%s" (os.Getenv "URL") }}
|
||||
|
||||
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Istio News</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ $home := .Site.BaseURL | printf "%s%s" (os.Getenv "URL") }}
|
||||
|
||||
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Istio Blog and News</title>
|
||||
|
|
Loading…
Reference in New Issue