fix atom for new headline h1

This commit is contained in:
prx 2021-09-30 21:59:58 +02:00
parent d593713896
commit 450807bb57
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;/<h2>/{f=1}' $issue/10_headlines.html)
$(awk 'f;/<h1>/{f=1}' $issue/10_headlines.html)
]]>
</summary>
</entry>