mirror of
https://github.com/gohugoio/hugo.git
synced 2025-06-30 04:39:52 +00:00
See #13541 for details. Fixes #13545 Fixes #13515 Closes #7964 Closes #13365 Closes #12988 Closes #4891
1 line
No EOL
164 B
HTML
1 line
No EOL
164 B
HTML
{{ if len .Params | eq 2 }}{{ highlight (trim .InnerDeindent "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .InnerDeindent "\n\r") (.Get 0) "" }}{{ end }} |