Skip to content

Commit c7eb803

Browse files
authored
Merge pull request #1075 from nep/patch-9
Update sample-atom.txt
2 parents fd3f58b + 9b72180 commit c7eb803

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/_downloads/sample-atom.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
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>

0 commit comments

Comments
 (0)