fix a heading - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 53575c812355488a857c20d86f09ce787a956adc
 (DIR) parent 6c11ce7307941fc7d8d08929b07fd96a51be002d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 20 Nov 2023 21:37:38 +0100
       
       fix a heading
       
       Diffstat:
         M output/atom_content.xml             |       2 +-
         M output/rss_content.xml              |       2 +-
         M output/youtube-feed.html            |       2 +-
         M output/youtube-feed.md              |       2 +-
         M pages/youtube-feed.md               |       2 +-
       
       5 files changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -141,7 +141,7 @@ feeds() {
        <pre><code>$ make
        # make install
        </code></pre>
       -<h1>That's all</h1>
       +<h2>That's all</h2>
        <p>I hope by sharing this it is useful to someone other than me as well.</p>
        ]]></content>
        </entry>
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -136,7 +136,7 @@ feeds() {
        <pre><code>$ make
        # make install
        </code></pre>
       -<h1>That's all</h1>
       +<h2>That's all</h2>
        <p>I hope by sharing this it is useful to someone other than me as well.</p>
        ]]></description>
        </item>
 (DIR) diff --git a/output/youtube-feed.html b/output/youtube-feed.html
       @@ -168,7 +168,7 @@ feeds() {
        <pre><code>$ make
        # make install
        </code></pre>
       -<h1>That's all</h1>
       +<h2>That's all</h2>
        <p>I hope by sharing this it is useful to someone other than me as well.</p>
        
                                </article>
 (DIR) diff --git a/output/youtube-feed.md b/output/youtube-feed.md
       @@ -154,6 +154,6 @@ The program is: youtube/feed
                # make install
        
        
       -# That's all
       +## That's all
        
        I hope by sharing this it is useful to someone other than me as well.
 (DIR) diff --git a/pages/youtube-feed.md b/pages/youtube-feed.md
       @@ -154,6 +154,6 @@ The program is: youtube/feed
                # make install
        
        
       -# That's all
       +## That's all
        
        I hope by sharing this it is useful to someone other than me as well.