Fix missing favicon #4

Open
opened 2021-07-21 01:14:03 +02:00 by pratyush · 5 comments
Owner

Not having favicon.ico makes people pinning https://liberta.casa/gamja/ in their tabs sad

Not having `favicon.ico` makes people pinning https://liberta.casa/gamja/ in their tabs sad
pratyush self-assigned this 2021-08-03 23:25:46 +02:00
Author
Owner

This is a simple attempt at it image

Apologies, I didnt have the time to figure out how to reduce the size.

PFA the required files


Instructions (from favicon.io)!

Installation

First, use the download button to download the files listed below. Place the files in the root directory of your website.

android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon.png
favicon-16x16.png
favicon-32x32.png
favicon.ico
site.webmanifest

Next, copy the following link tags and paste them into the head of your HTML.


<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
This is a simple attempt at it ![image](/attachments/2cca6b3c-922d-49c3-b484-068884bc99fb) Apologies, I didnt have the time to figure out how to [reduce the size](https://stackoverflow.com/questions/14675913/changing-image-size-in-markdown). **PFA** the required files --- Instructions (from favicon.io)! Installation First, use the download button to download the files listed below. Place the files in the root directory of your website. android-chrome-192x192.png android-chrome-512x512.png apple-touch-icon.png favicon-16x16.png favicon-32x32.png favicon.ico site.webmanifest Next, copy the following link tags and paste them into the `head` of your HTML. ```html <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> ```
Owner

Thanks! Shall we use it for all public websites or only https://liberta.casa ?

Thanks! Shall we use it for all public websites or only https://liberta.casa ?
Author
Owner

for lysergic.dev PFA:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
for `lysergic.dev` PFA: ```html <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> ```
pratyush self-assigned this 2022-11-06 15:46:08 +01:00
Author
Owner

tldr: if ive got you for some company, I got this. erm before Tuesday EOD.

P.S.: My comment got wiped earlier so* we will do much better.

*fyall

tldr: if ive got you for some company, I got this. erm before Tuesday EOD. P.S.: My comment got wiped earlier so* we will do much better. *fyall
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LibertaCasa/website#4
No description provided.