summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Html.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-04-19FIX: `toSiteRoot` no considers "./" to not be relavent.Izzy Cecil1-0/+1
2013-09-16Fix incorrect output of toSiteRoot on Windows.Saeid Al-Wazzan1-1/+1
toSiteRoot uses splitPath, joinPath, and takeDirectory from the System.FilePath module. On Windows systems, the implementation of joinPath will build up a path using the Windows path separator "\\". We don't want this behavior since the paths we are working with are always URLs, so we force POSIX behavior for System.FilePath.
2013-06-16Make toUri sanitise all characters neededSimonas Kazlauskas1-4/+6
2013-06-15Sanitize URLs in toUrlJasper Van der Jeugt1-2/+10
Closes #163
2013-04-22Merge pull request #133 from simukis/scheme-relativeJasper Van der Jeugt1-1/+1
Account for scheme-relative URLs
2013-04-21Add "data" as a URL attributeIan Ross1-1/+1
2013-04-04Account for scheme-relative URLsSimonas Kazlauskas1-1/+1
http://url.spec.whatwg.org/#concept-scheme-relative-url
2013-01-20Fix issue with tagsoup renderTagsJasper Van der Jeugt1-3/+11
2012-12-29Draft tool to check internal linksJasper Van der Jeugt1-12/+20
2012-12-25Add demoteHeaders, refactor a bitJasper Van der Jeugt1-0/+147