hugo/transform
Noah Campbell 86233c00a0 Remove the hugo-nav function
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.
2013-11-05 22:28:06 +00:00
..
absurl.go Remove the hugo-nav function 2013-11-05 22:28:06 +00:00
chain.go Remove the hugo-nav function 2013-11-05 22:28:06 +00:00
chain_test.go Remove the hugo-nav function 2013-11-05 22:28:06 +00:00
post.go Improve rendering time 2013-11-01 09:59:57 -07:00
posttrans_test.go Remove the hugo-nav function 2013-11-05 22:28:06 +00:00