2 lines
174 B
HTML
2 lines
174 B
HTML
|
{{- $assetBusting := not .Site.Params.disableAssetsBusting -}}
|
||
|
<link rel="shortcut icon" href="{{"images/logo.svg" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"/>
|