diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 19:35:41 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 19:35:41 +0200 |
commit | 3be25766027178489a0c5f1f82e65f9be518c79c (patch) | |
tree | 2a9d8b2e63ae40d571b0ea899baf4c1567c15d3e /templates/helloworld.qtpl.go | |
parent | f5b5f72f7eaf14692b8036c3698037c647b2423a (diff) | |
download | cerrado-3be25766027178489a0c5f1f82e65f9be518c79c.tar.gz cerrado-3be25766027178489a0c5f1f82e65f9be518c79c.tar.bz2 cerrado-3be25766027178489a0c5f1f82e65f9be518c79c.zip |
feat: Add chroma support
Diffstat (limited to 'templates/helloworld.qtpl.go')
-rw-r--r-- | templates/helloworld.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/helloworld.qtpl.go b/templates/helloworld.qtpl.go index 9ef78f5..a12455f 100644 --- a/templates/helloworld.qtpl.go +++ b/templates/helloworld.qtpl.go @@ -63,7 +63,7 @@ HelloWorld `) //line helloworld.qtpl:12 - qw422016.E().S(p.Body) + qw422016.N().S(p.Body) //line helloworld.qtpl:12 qw422016.N().S(` `) |