Merge pull request #1019 from tavon/master
Do not cache generated redirect index file.
This commit is contained in:
commit
43653b70a4
|
@ -89,6 +89,7 @@ module Middleman
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv=refresh content="0; url=#{url}" />
|
<meta http-equiv=refresh content="0; url=#{url}" />
|
||||||
<meta name="robots" content="noindex,follow" />
|
<meta name="robots" content="noindex,follow" />
|
||||||
|
<meta http-equiv="cache-control" content="no-cache" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue