I noticed, using Akregator that there's a blank image in the corner of a page which links to https://hackerpublicradio.org/about.html, which is consistent. I think the non-existence of the logo is what's causing this.
All three feeds: HPR main, future and entire feed are missing the HPR logo.
@davmo observed:
The <image> tag contains this:
<image>
<url>https://hackerpublicradio.org/images/hpr_feed_small.png</url>
<title>Hacker Public Radio</title>
<link>https://hackerpublicradio.org/about.html</link>
<description>The Hacker Public Radio Old Microphone Logo</description>
<height>164</height>
<width>144</width>
</image>
I noticed, using Akregator that there's a blank image in the corner of a page which links to https://hackerpublicradio.org/about.html, which is consistent. I think the non-existence of the logo is what's causing this.
I don't see a /images/hpr_feed_sm.png file in the public_html folder of the repository. I probably didn't copy that over from the old site when creating the templates.
I don't see a /images/hpr_feed_sm.png file in the public_html folder of the repository. I probably didn't copy that over from the old site when creating the templates.
Archive of icons that were "ignored" during development of generator. This includes the missing hpr_logo_sm.png
[ignore.zip](/attachments/e09b43fe-a6b7-47a8-b140-8b13d8303e5d)
Note that the feed I was looking at (https://hackerpublicradio.org/hpr_rss.php) contains the following:
<image>
<url>https://hackerpublicradio.org/images/hpr_feed_small.png</url>
<title>Hacker Public Radio</title>
<link>https://hackerpublicradio.org/about.html</link>
<description>The Hacker Public Radio Old Microphone Logo</description>
<height>164</height>
<width>144</width>
</image>
I'm not sure where hpr_feed_sm.png came from. I missed this earlier unfortunately.
Note that the feed I was looking at (`https://hackerpublicradio.org/hpr_rss.php`) contains the following:
```
<image>
<url>https://hackerpublicradio.org/images/hpr_feed_small.png</url>
<title>Hacker Public Radio</title>
<link>https://hackerpublicradio.org/about.html</link>
<description>The Hacker Public Radio Old Microphone Logo</description>
<height>164</height>
<width>144</width>
</image>
```
I'm not sure where `hpr_feed_sm.png` came from. I missed this earlier unfortunately.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
All three feeds: HPR main, future and entire feed are missing the HPR logo.
@davmo observed:
The
tag contains this:
I noticed, using Akregator that there's a blank image in the corner of a page which links to https://hackerpublicradio.org/about.html, which is consistent. I think the non-existence of the logo is what's causing this.
The path does not exist in the Main feed RSS
I don't see a /images/hpr_feed_sm.png file in the public_html folder of the repository. I probably didn't copy that over from the old site when creating the templates.
Archive of icons that were "ignored" during development of generator. This includes the missing hpr_logo_sm.png
ignore.zip
There was a file
www/images/hpr_feed_small.pngon the old pre-static site (which I still have in my archive).Note that the feed I was looking at (
https://hackerpublicradio.org/hpr_rss.php) contains the following:I'm not sure where
hpr_feed_sm.pngcame from. I missed this earlier unfortunately.