Prevent Docly changing HREF and SRC Last updated: 19. Nov 2019

Docly automatically reroutes any reference going to / over to the site folder.

Specify a \ in front of your value

See examples:

<a href="\/">This will always point at http://domain/</a>
<a href="\/News">This will always point at http://domain/News</a>

This always takes the picture from the site root:
<img src="\/image.jpg" />

This should only be done in your personal templates. When you are making a templates to be used by others or in multiple sites, this is never a good idea.