Change logo_small.png to icon_small.png

This commit is contained in:
swag 2023-06-06 23:16:04 -04:00
parent d110a0ce79
commit 9d279a0c3c
3 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,11 @@
gap: 1em;
}
.site-logo {
border: outset var(--light-warm-gray);
background-color: var(--light-warm-gray);
}
.site-title {
text-align: center;
border: outset var(--light-warm-gray);

View File

@ -91,7 +91,7 @@ sub feed($self) {
my $chan_link = $self->url_for(threads_list => {list_page => 1} )->to_abs;
my $rss_link = $self->url_for(threads_feed => {format => 'rss'})->to_abs;
my $rss_title = 'Post::Text';
my $rss_image = $self->url_for('/images/logo_small.png')->to_abs;
my $rss_image = $self->url_for('/images/icon_small.png')->to_abs;
$rss->add_module(
prefix => 'atom',

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB