mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
2 lines
No EOL
174 B
HTML
2 lines
No EOL
174 B
HTML
{{- $assetBusting := not .Site.Params.disableAssetsBusting -}}
|
|
<link rel="shortcut icon" href="{{"images/logo.svg" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"/> |