File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
< footer class ="footer ">
3
3
< a href ="https://zerodha.com "> Zerodha</ a > © {{ time.Now | time.Format "2006" }} All rights reserved.
4
4
</ footer >
5
- {{ if not .Site.IsServer }}
6
- {{ template "_internal/google_analytics_async.html" . }}
7
- {{ end }}
8
5
</ body>
9
6
</ html>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ {{ $seed := now.Unix }}
5
+ {{ $rand := mod (add (mul 13 $seed) 97) 400000}}
6
+
4
7
{{- $title := ( .Title ) -}}
5
8
{{- $siteTitle := ( .Site.Title ) -}}
6
9
{{- if .IsHome -}}
60
63
</ script >
61
64
62
65
< link href ="https://fonts.googleapis.com/css?family=Inter:300,400,500,600 " rel ="stylesheet ">
63
- < link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ .Site.BaseURL }}/static/style.css " />
66
+ < link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ .Site.BaseURL }}/static/style.css?v={{ $rand }} " />
64
67
</ head >
65
68
< body >
66
69
{{ .Site.Params.paginate }}
You can’t perform that action at this time.
0 commit comments