Compare commits

...

2 Commits

Author SHA1 Message Date
solene 5e1da1e239 Merge pull request 'fix atom generation' (#35) from fix_feed_summary into main
Reviewed-on: #35
2021-10-15 18:43:17 +00:00
prx cfeaa912a0 fix atom generation 2021-10-15 10:53:57 +02: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>