Merge pull request 'fix atom generation' (#35) from fix_feed_summary into main

Reviewed-on: #35
This commit is contained in:
solene 2021-10-15 18:43:17 +00:00
commit 5e1da1e239
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>