An Org Mode based blog engine

#14Hide %2F escaped URLs with sub paths from user

In URLs with subpaths / are escaped with %2F. E. G:

/org/hank.org /org/sub_path%2Fblank.org /org/authors%2Fdarth_vader%2Findex.org

This is necessary for giving these subpath urls to the backend. This is an implementation detail, that should be hidden from the user. A future version of Tapachula should escape the urls if it is given to the backend.

User sees: /org/subpath/blank.org URL ist given as /org/sub_path%2Fblank.org to the backend.