silexlabs / Silex

Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.
https://www.silex.me
GNU Affero General Public License v3.0
2.34k stars 586 forks source link

icône pour un site #110

Closed Stuff31 closed 2 years ago

Stuff31 commented 10 years ago

Je cherche à mettre une icône pour mon site web (un .ico par défaut du site, situé sur l'onglet). C'est possible?

comme ceci : capture decran 2014-04-23 a 14 36 26

lexoyo commented 10 years ago

Ah voila une vraie question ;) C'est une feature qui manque dans Silex, je l'ajoute aux feature requests (label de cette question) Et en attendant, mets juste l'icone dans "assets/" par exemple, puis édite ton HTML avec un éditeur texte (notepad++ ou Sublime Text) et ajoute dans la balise HEAD :

<link rel="icon" type="image/png" href="./assets/myicon.png">
Stuff31 commented 10 years ago

Très bien ! en attendant la manip. fonctionne :)

lexoyo commented 10 years ago

Bono au final, je pense plutot faire un éditeur HTML de la section HEAD du site

lexoyo commented 9 years ago

Done and on preprod

lexoyo commented 9 years ago

screen shot 2015-05-19 at 00 47 50