diff --git a/app/views/about.jade b/app/views/about.jade index 9b3d357..fae5a36 100644 --- a/app/views/about.jade +++ b/app/views/about.jade @@ -1,5 +1,6 @@ append variables - title += "Sobre o Ateliês" + - pageSchema = "http://schema.org/AboutPage" extends baseBootstrap append content section#app-container diff --git a/app/views/layout.jade b/app/views/layout.jade index 8cc4aa7..86e0c4d 100644 --- a/app/views/layout.jade +++ b/app/views/layout.jade @@ -1,5 +1,6 @@ block variables - var title = "Ateliês - " + - var pageSchema = "http://schema.org/WebPage" doctype 5 html head @@ -12,7 +13,7 @@ html var staticPath = '!{STATIC_PATH}'; var clientLibPath = '!{CLIENT_LIB_PATH}'; //not used anywhere, but is here so we remember clientLibPath and staticPath are different block head - body + body(itemscope, itemtype=pageSchema) #overlay: #loading block layout block scriptsFooter diff --git a/public/javascripts/areas/store/views/templates/product.html b/public/javascripts/areas/store/views/templates/product.html index 1fd448c..2113c22 100644 --- a/public/javascripts/areas/store/views/templates/product.html +++ b/public/javascripts/areas/store/views/templates/product.html @@ -17,7 +17,7 @@

R$ {{product.price}}

{{/gt}} {{else}} - + {{/if}}