diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/search.tmpl | 4 | ||||
-rw-r--r-- | templates/weather.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/search.tmpl b/templates/search.tmpl index 1101f08..d00942c 100644 --- a/templates/search.tmpl +++ b/templates/search.tmpl @@ -5,8 +5,8 @@ <title>peach - {{.Title}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="siddharth ravikumar"> - <link rel="preload" href="/static/peach.css" as="style" /> - <style>@import url("/static/peach.css");</style> + <link rel="preload" href="/static/peach.css?{{ .Version }}" as="style" /> + <style>@import url("/static/peach.css?{{ .Version }}");</style> </head> <body> <div class="peach"> diff --git a/templates/weather.tmpl b/templates/weather.tmpl index e03ac75..2c731d4 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -5,8 +5,8 @@ <title>peach - {{.Title}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="siddharth ravikumar"> - <link rel="preload" href="/static/peach.css" as="style" /> - <style>@import url("/static/peach.css");</style> + <link rel="preload" href="/static/peach.css?{{ .Version }}" as="style" /> + <style>@import url("/static/peach.css?{{ .Version }}");</style> </head> <body> <div class="peach"> |