Merge pull request #772 from zorun/master

Prevent indexing of old versions of a page (fixes #768)
This commit is contained in:
bootstraponline
2014-01-01 09:05:07 -08:00
4 changed files with 18 additions and 0 deletions
+1
View File
@@ -388,6 +388,7 @@ module Precious
@page = page
@name = name
@content = page.formatted_data
@version = version
mustache :page
else
halt 404