Created
June 19, 2015 20:43
-
-
Save cjolly/d4e4e2de16c544a54599 to your computer and use it in GitHub Desktop.
wordpress. why you no relative url?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<a href="http://www.mysite.com/">Home</a><!-- Why?! --> | |
<a href="/">Home</a><!-- How is this not the default?! --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment