Skip to content

Add Beaver favicon to bors - #782

Merged
Kobzol merged 1 commit into
rust-lang:mainfrom
Kobzol:favicon
Jul 15, 2026
Merged

Add Beaver favicon to bors#782
Kobzol merged 1 commit into
rust-lang:mainfrom
Kobzol:favicon

Conversation

@Kobzol

@Kobzol Kobzol commented Jul 13, 2026

Copy link
Copy Markdown
Member

Comment thread web/assets/img/favicon.png
Comment thread web/templates/base.html Outdated
{% endblock %}
<title>{% block title %}{% endblock %}</title>
<link rel="icon" type="image/png"
href="/assets/img/favicon.ico"/>

@Noratrieb Noratrieb Jul 15, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it's a png, why is it called .ico? .png works just fine and then GitHub will atually show it. you can downscale the png to make it smaller of course, or use a jpeg or webp

View changes since the review

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the type there is wrong. IIRC .ico was the only format supported by old browsers, but I guess we can just ignore that and use a modern format these days. I started with web dev a long time ago, and I'm still used to thinking about supporting IE 6/7 and stuff 😆

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I resized the PNG to 48x48 instead of using .ico. It's now 4x smaller than the .ico at the same resolution, lol.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool cool! yeah ico is a terrible format :D

@Kobzol
Kobzol enabled auto-merge July 15, 2026 10:56
@Kobzol
Kobzol added this pull request to the merge queue Jul 15, 2026
Merged via the queue into rust-lang:main with commit 3588046 Jul 15, 2026
5 checks passed
@Kobzol
Kobzol deleted the favicon branch July 15, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants