From: Dan Untenzu Date: Wed, 18 Jan 2017 18:32:37 +0000 (+0100) Subject: [FEATURE] Autogenerate prefix for absolute links X-Git-Tag: 3.0.0~25 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/1f063df81260072ce942d4ad28ab109997c100c1?hp=1f063df81260072ce942d4ad28ab109997c100c1 [FEATURE] Autogenerate prefix for absolute links Add a helping variable to build absolute links to the root of the domain without handling the URL scheme. This way all links could get rid of the host & domain part, and just build absolute links to the root instead. (Replace "[https://example.com/foo/] + [functions.js]" with "[/foo/] + [functions.js]") Refs #79 ---