mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
tpl/tplimpl: Extract internal templates
Having them in separate files should make maintainance easier. When adding new or making changes to the templates: ```bash mage generate ``` This will get the Go code in sync. Fixes #4457
This commit is contained in:
1
tpl/tplimpl/embedded/templates/shortcodes/highlight.html
Executable file
1
tpl/tplimpl/embedded/templates/shortcodes/highlight.html
Executable file
@@ -0,0 +1 @@
|
||||
{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}
|
Reference in New Issue
Block a user