hallo,
can I change this:
<div id="logo"> <a href="../index.html" class="standard-logo" data-dark-logo="one-page/images/canvasone-dark.png"><img src="../images/logo.svg" alt="Galvanotecnica G.T."></a> <a href="../index.html" class="retina-logo" data-dark-logo="one-page/images/canvasone-dark@2x.png"><img src="../images/logo.svg" alt="Galvanotecnica G.T."></a> </div>
to this:
<div id="logo"> <a href="index.html" class="standard-logo"><img src="images/logo.svg" alt="Galvanotecnica G.T."></a> <a href="index.html" class="retina-logo"><img src="images/logo.svg" alt="Galvanotecnica G.T."></a> </div>
without any errors? I don't know what data-dark-logo do (I just imagine it) , so I remove it because I don't need it, and I hope there will be no errors on website.
ps.: if you need access to website let me know cause we have chandeg password.
thanks
nicola
