picocms / Pico

Pico is a stupidly simple, blazing fast, flat file CMS.
http://picocms.org/
MIT License
3.81k stars 615 forks source link

How to set favicon on your Pico site? #536

Closed Alepod closed 4 years ago

Alepod commented 4 years ago

How to set favicon on your Pico site?

PhrozenByte commented 4 years ago

Like always: Add <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> to your theme's <head>.

Alepod commented 4 years ago

Where should I place .ico file in this situation?

KoljaL commented 4 years ago

in the root folder of your webspace. probably there, where the index.php of picoCMS is.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two days if no further activity occurs. Thank you for your contributions! :+1:

Steve-K9 commented 1 year ago

has anyone managed to achieve this on a Raspberry Pi Pico W ?