Drop "https:" part in the links
trofosila opened this issue · 1 comments
trofosila commented
You can drop the "https:" bit on your a href links (e.g. "https://twitter.com/ZepliaLab" becomes "//twitter.com/ZepliaLab") because the browser will assume the same URL scheme as your website, which is https.
trofosila commented
See this also:
https://www.paulirish.com/2010/the-protocol-relative-url/