Fix typo in syntax highlighting.

It said that PygmentsUseClassic was needed for style sheets, instead of PygmentsUseClasses.
This commit is contained in:
PJB3005 2017-10-14 21:07:41 +02:00 committed by Bjørn Erik Pedersen
parent 9dcc4d4dd3
commit 364973d3ff

View File

@ -106,7 +106,7 @@ The full set of supported options for Pygments is: `encoding`, `outencoding`, `n
## Generate Syntax Highlighter CSS ## Generate Syntax Highlighter CSS
If you run with `pygmentsUseClassic=true` in your site config, you need a style sheet. If you run with `pygmentsUseClasses=true` in your site config, you need a style sheet.
You can generate one with Hugo: You can generate one with Hugo: