From 364973d3ffd501528a56e6ec6e539233ebaec07b Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sat, 14 Oct 2017 21:07:41 +0200 Subject: [PATCH] Fix typo in syntax highlighting. It said that PygmentsUseClassic was needed for style sheets, instead of PygmentsUseClasses. --- content/content-management/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/syntax-highlighting.md b/content/content-management/syntax-highlighting.md index 9b801ed20..54d7eac8a 100644 --- a/content/content-management/syntax-highlighting.md +++ b/content/content-management/syntax-highlighting.md @@ -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: