Ive recently added a apple-touch-icon to my website but it doesnt seem to be working. I went to inspect the code being generated in chrome and noticed this:
<link rel="apple-touch-icon" href=" assets="" img="" apple-touch-icon.png"="">
</link rel="apple-touch-icon" href=">
This doesnt seem normal to me!
This is the code in the
<link rel="stylesheet" href="/assets/css/add2home.css" />
<script type="application/javascript" src="/assets/js/add2home.js"></script>
<link rel="apple-touch-startup-image" href="/assets/img/splash.png" />
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />
This code normally works for my, just not in this case!