summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Urls
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19Turn off TagSoup escapingJasper Van der Jeugt1-1/+1
2011-10-03Add test for new relativizeUrlsJasper Van der Jeugt1-1/+2
2011-10-02Don't relativize urls that lead with "//".Andy Irving1-1/+1
Used to reference absolute ath in another domain, without hardcoding protocol (so it works with http or https, and your browser won't complain about unsecure content) Example: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
2011-09-06Add some URL utilitiesJasper Van der Jeugt1-0/+47