mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Little syntax mistake
This commit is contained in:
@@ -26,7 +26,7 @@ func Highlight(code string, lexer string) string {
|
|||||||
|
|
||||||
if _, err := exec.LookPath(pygmentsBin); err != nil {
|
if _, err := exec.LookPath(pygmentsBin); err != nil {
|
||||||
|
|
||||||
jww.WARN.Println("Highlighting requries Pygments to be installed and in the path")
|
jww.WARN.Println("Highlighting requires Pygments to be installed and in the path")
|
||||||
return code
|
return code
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user