burr icon indicating copy to clipboard operation
burr copied to clipboard

Added Favicon

Open ayushsingh199 opened this issue 1 year ago • 1 comments

[Short description explaining the high-level reason for the pull request]

Changes

Added Favicon for the website!

Screenshot 2024-10-17 at 6 43 43 PM

[!IMPORTANT] Add favicon to website by updating index.html to use burr-favicon.png.

  • HTML Update:
    • Added favicon by modifying the link tag in index.html to use burr-favicon.png as the icon.

This description was created by Ellipsis for a1dee6073b2ae4a828405e88a2b3b23393f34b6d. It will automatically update as commits are pushed.

ayushsingh199 avatar Oct 17 '24 13:10 ayushsingh199

Thanks @ayushsingh199. We also want this for the burr documentation page. I think you just need to do:

in conf.py under docs/

html_favicon = 'burr image file name' # and add the image to the docs folder too

skrawcz avatar Oct 18 '24 01:10 skrawcz