Remove displaying-bnr

This is not used anywhere
This commit is contained in:
Seth Vargo 2017-03-06 14:51:37 -05:00
parent 4f5f1e7a52
commit b9ea9a7f53
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF

View File

@ -59,8 +59,6 @@ helpers do
classes << "layout-#{page.data.layout}"
end
classes << "-displaying-bnr"
return classes.join(" ")
end
end