mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(function): error with newer Hugo versions
This commit is contained in:
parent
96cf051546
commit
3249f108da
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{{- $content := .Content -}}
|
||||
|
||||
{{- if ne "" $content -}}
|
||||
|
||||
{{- if .Ruby -}}
|
||||
{{- $content = partial "function/ruby.html" $content -}}
|
||||
{{- end -}}
|
||||
|
@ -16,4 +18,6 @@
|
|||
|
||||
{{- $content = partial "function/escape.html" $content -}}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
{{- return $content -}}
|
||||
|
|
Loading…
Reference in a new issue