paradox
paradox copied to clipboard
Is there a way to disable the "source code for this page..." link at the bottom of each page?
Is there an sbt setting to turn the appending of this to each page off? Or do I have to create my own theme to do that?
The source code for this page can be found here
You can create a new theme by copying the generic one and removing this line
A simpler way could be to just override the source.st template to not generate the link, creating src/main/paradox/_template/source.st as an empty file would likely do the trick.