mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 11:44:44 -04:00
Fix typo in syntax highlighting.
It said that PygmentsUseClassic was needed for style sheets, instead of PygmentsUseClasses.
This commit is contained in:
parent
9dcc4d4dd3
commit
364973d3ff
@ -106,7 +106,7 @@ The full set of supported options for Pygments is: `encoding`, `outencoding`, `n
|
||||
|
||||
## 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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user