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