summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-04 23:35:37 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-04 23:35:37 +0100
commita482b8037ceb580c69248f666eb7a8b451e5dd50 (patch)
treec4162780c9aeb5b6e559561fe8b4947ffb5d3a0b
parentb992e0b055352287278b4d986219ea1254d2c4bc (diff)
downloadNim-a482b8037ceb580c69248f666eb7a8b451e5dd50.tar.gz
CSS caching hack.
-rw-r--r--tools/website.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl
index 7585e544e..6bdbd9b31 100644
--- a/tools/website.tmpl
+++ b/tools/website.tmpl
@@ -7,7 +7,7 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <title>${title} - $c.projectTitle</title>
-    <link rel="stylesheet" type="text/css" href="${rootDir}assets/style.css?t=2221" />
+    <link rel="stylesheet" type="text/css" href="${rootDir}assets/style.css?t=2320" />
     <link rel="shortcut icon" href="${rootDir}assets/images/favicon.ico">
   #if len(rss) > 0:
     <link href="$rss" title="Recent changes" type="application/atom+xml" rel="alternate">