mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
86233c00a0
Remove the hugo-nav since it relied on a slow library. The current build reimplements the absurl functionality based on string replace. Discovered that my prior implementation missed the requirement for making absolute paths (/path) absolute with the host, whereas a relative path is left untouched. Updated the test cases to support this if this is reimplemented. |
||
---|---|---|
.. | ||
absurl.go | ||
chain.go | ||
chain_test.go | ||
post.go | ||
posttrans_test.go |