File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44{exp:rss:feed channel="{master_channel_name}"}
55
66<?xml version="1.0" encoding="{encoding}"?>
7+ <!-- <?xml-stylesheet type="text/xsl" href="{path=site/atom-xsl}"?> -->
78<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{channel_language}">
89
910 <title type="text"><![CDATA[{channel_name}]]></title>
10- <subtitle type="text"><![CDATA[{channel_name} - { channel_description}]]></subtitle>
11+ <subtitle type="text"><![CDATA[{channel_description}]]></subtitle>
1112 <link rel="alternate" type="text/html" href="{channel_url}" />
1213 <link rel="self" type="application/atom+xml" href="{path='{atom_feed_location}'}" />
1314 <updated>{gmt_edit_date format='%Y-%m-%dT%H:%i:%sZ'}</updated>
14- <rights>Copyright (c) {gmt_date format="%Y"}, {author}</rights>
15- <generator uri="https://expressionengine.com/" version="{version}" >ExpressionEngine</generator>
16- <id>tag:{trimmed_url},{gmt_date format="%Y:%m:%d"}</id>
15+ <rights>Copyright (c) {gmt_edit_date format="%Y"}, {author}</rights>
16+ <generator uri="https://expressionengine.com/">ExpressionEngine</generator>
17+ <id>tag:{trimmed_url},{gmt_edit_date format="%Y:%m:%d"}</id>
1718
1819{exp:channel:entries channel="{master_channel_name}" limit="15" dynamic_start="on" disable="member_data|pagination"}
1920 <entry>
You can’t perform that action at this time.
0 commit comments