Ignore certain URLs
You can prevent reseed from processing specific URLs in your HTML files.
This is done by adding the reseed-ignore
attribute to elements that you would like unchanged.
Example:
<a href="/manual" reseed-ignore>Click me!</a>
You can prevent reseed from processing specific URLs in your HTML files.
This is done by adding the reseed-ignore
attribute to elements that you would like unchanged.
Example:
<a href="/manual" reseed-ignore>Click me!</a>