mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix typo in syntax highlighting.
It said that PygmentsUseClassic was needed for style sheets, instead of PygmentsUseClasses.
This commit is contained in:
committed by
Bjørn Erik Pedersen
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user