Fix structure

- capitalise HEADLINES like the other sections already are
- SOCIALMEDIA is already plural - "media" is a plural form of "medium"
This commit is contained in:
Raf Czlonka 2021-10-01 02:13:15 +01:00
parent 3ec8f1dcce
commit 243374b425
7 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)
$(awk 'f;/<h1>/{f=1}' $issue/10_HEADLINES.html)
]]>
</summary>
</entry>