4 lines
154 B
HTML
4 lines
154 B
HTML
{{/** Add unix time end of link URL. **/}}
|
|
{{ $timeUnix := time.Now.Unix }}
|
|
{{ $withTimeLink := printf "%s?=%d" . $timeUnix }}
|
|
{{ return $withTimeLink }} |