]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl/urls: Add JoinPath template function
authorJoe Mooring <joe.mooring@veriphor.com>
Fri, 14 Apr 2023 20:27:16 +0000 (13:27 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 19 May 2023 08:31:17 +0000 (10:31 +0200)
commit5b3e165bad1318a1764ee534770fd2eda8a03feb
tree8abe6854567c6bb5ccda945982ad8d3dd51903fb
parent03cb38e6c6d60e95df1f40a56fe432e1747ea7ac
tpl/urls: Add JoinPath template function

See https://pkg.go.dev/net/url#JoinPath

Closes #9694
docs/content/en/functions/urls.JoinPath.md [new file with mode: 0644]
tpl/urls/init.go
tpl/urls/urls.go
tpl/urls/urls_test.go