summaryrefslogtreecommitdiffstats
path: root/tpl/urls
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-12-10 08:02:15 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-12-12 09:59:34 +0100
commit167c01530bb295c8b8d35921eb27ffa5bee76dfe (patch)
tree338ba8c18bf8533bb0fec5506a12e78b656d6723 /tpl/urls
parent4c804319f6db0b8459cc9b5df4a904fd2c55dedd (diff)
Create lightweight forks of text/template and html/template
This commit also removes support for Ace and Amber templates. Updates #6594
Diffstat (limited to 'tpl/urls')
-rw-r--r--tpl/urls/urls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/urls/urls.go b/tpl/urls/urls.go
index eaa6538b3..5bae411b3 100644
--- a/tpl/urls/urls.go
+++ b/tpl/urls/urls.go
@@ -19,6 +19,7 @@ import (
"fmt"
"html/template"
+
"net/url"
"github.com/gohugoio/hugo/common/urls"