paradox icon indicating copy to clipboard operation
paradox copied to clipboard

Is there a way to disable the "source code for this page..." link at the bottom of each page?

Open metasim opened this issue 8 years ago • 2 comments

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

metasim avatar Aug 30 '17 13:08 metasim

You can create a new theme by copying the generic one and removing this line

vincenzobaz avatar Jun 10 '21 10:06 vincenzobaz

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.

AlexITC avatar Jun 10 '21 20:06 AlexITC