File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 <updated >${now.isoformat(timespec="seconds")}</updated >
1111
1212 <entry tal : repeat =" post posts" >
13- <title ><![CDATA[ ${post.title}]]> </title >
13+ <title ><![CDATA[ ${structure: post.title}]]> </title >
1414 <link href =" https://blog.piwheels.org/${post.link}/" />
1515 <id >https://blog.piwheels.org/${post.link}</id >
1616 <published >${post.published.isoformat(timespec="seconds")}</published >
1717 <updated >${post.modified.isoformat(timespec="seconds")}</updated >
1818 <category tal : repeat =" tag post.tags" term =" ${tag}" />
19- <summary ><![CDATA[ ${post.excerpt}]]> </summary >
20- <content ><![CDATA[ ${structure:post.html}]]> </content >
19+ <summary ><![CDATA[ ${structure: post.excerpt}]]> </summary >
20+ <content type = " html " ><![CDATA[ ${structure:post.html}]]> </content >
2121 </entry >
2222</feed >
You can’t perform that action at this time.
0 commit comments