Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 460 Bytes

Readymag post export

  1. Add favicon

Remove this line in /readymag/index.html in head section:

<link rel="icon" href="dist/img/favicons/favicon.ico" type="image/x-icon"/>

Add this to /readymag/index.html instead:

<link rel="icon" href="/missing-by-readymag/favicon.png" type="image/x-icon" />

Put the image in /readymag/missing-by-readymag/favicon.png. That's it