Prevent indexing of old versions of a page (fixes #768)

This commit is contained in:
zorun
2013-11-22 12:49:42 +01:00
parent d5e9183877
commit 7a0d4919b0
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -386,6 +386,7 @@ module Precious
@page = page
@name = name
@content = page.formatted_data
@version = version
mustache :page
else
halt 404