hacker-blog icon indicating copy to clipboard operation
hacker-blog copied to clipboard

Add support to define favicons from the config file

Open pandafy opened this issue 5 years ago • 2 comments

pandafy avatar Dec 11 '20 07:12 pandafy

You can define favicons in head tag like that:

<head>
....
  <link
    rel="alternate icon"
    class="js-site-favicon"
    type="image/png"
    href="../assets/favicons.jpg"
  />
  <link
    rel="icon"
    class="js-site-favicon"
    type="image/svg+xml"
    href="../assets/favicons.jpg"
  />
...
</head>

phamthainb avatar Dec 15 '20 18:12 phamthainb

Looks like a good addition. I'll take this up.

tocttou avatar Dec 27 '20 15:12 tocttou