fix atom generation #35

Merged
solene merged 1 commits from fix_feed_summary into main 2021-10-15 18:43:18 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ for page in ../public/issue-*.html ; do
<link rel="alternate" type="text/html" href="https://${domain}/${issue}.html" />
<summary type="html">
<![CDATA[
$(awk 'f;/<h1>/{f=1}' $issue/10_HEADLINES.html)
$(sed "1d;2d;$d" $issue/10_HEADLINES.html)
]]>
</summary>
</entry>