diff --git a/server/tempest/Tempest/Twig/Functions.php b/server/tempest/Tempest/Twig/Functions.php index e15164d..051ef3a 100644 --- a/server/tempest/Tempest/Twig/Functions.php +++ b/server/tempest/Tempest/Twig/Functions.php @@ -33,7 +33,8 @@ protected function addExtension(Twig_Environment $environment, $handle, $callabl public function link($value) { return Path::create($value) - ->prepend(tempest()->getRoot()); + ->prepend(tempest()->getRoot()) + ->setStrategy(Path::DELIMITER_LEFT); } } \ No newline at end of file