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 22 < footer class ="footer ">
33 < a href ="https://zerodha.com "> Zerodha</ a > © {{ time.Now | time.Format "2006" }} All rights reserved.
44 </ footer >
5- {{ if not .Site.IsServer }}
6- {{ template "_internal/google_analytics_async.html" . }}
7- {{ end }}
85</ body>
96</ html>
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4+ {{ $seed := now.Unix }}
5+ {{ $rand := mod (add (mul 13 $seed) 97) 400000}}
6+
47 {{- $title := ( .Title ) -}}
58 {{- $siteTitle := ( .Site.Title ) -}}
69 {{- if .IsHome -}}
6063 </ script >
6164
6265 < 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 }} " />
6467</ head >
6568< body >
6669 {{ .Site.Params.paginate }}
You can’t perform that action at this time.
0 commit comments