mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:55:49 +08:00
6 lines
197 B
Go Template
6 lines
197 B
Go Template
{{- $assetsBuster := "" }}
|
|
{{- $assetBusting := not site.Params.disableAssetsBusting }}
|
|
{{- if $assetBusting }}
|
|
{{- $assetsBuster = printf "?%d" now.Unix }}
|
|
{{- end }}
|
|
{{- return $assetsBuster }} |