Move AbUrlify to post content transformation
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 17 Sep 2013 21:16:06 +0000 (14:16 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 17 Sep 2013 21:16:06 +0000 (14:16 -0700)
commit6b0752e8c0334dfb2275a2edb975ec13a2724134
treed489894fbf0585c4dfb8ccb8c70a7e78d11d633e
parentc6fe87b14e06a46bbf3b94cfdf67e9127d51e2fe
Move AbUrlify to post content transformation

Currently the a@href and script@src elements will have BaseUrl applied
to their elements prior to being written to disk.
hugolib/site.go
hugolib/site_test.go
hugolib/site_url_test.go
transform/post.go