mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-26 04:45:08 +00:00
CSS caching hack.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user