6 lines
No EOL
135 B
HTML
6 lines
No EOL
135 B
HTML
{{ $sp := site.Params }}
|
|
{{ $iconsPath := "icons/" }}
|
|
{{ with $sp.iconsPath }}
|
|
{{ $iconsPath = . }}
|
|
{{ end }}
|
|
{{ return $iconsPath }} |