From 1019789d1a3b7cdadc89482aeead374b81f2164b Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Tue, 5 May 2020 16:56:04 +0300 Subject: [PATCH] FIX: Resolve Schema.org validation issues --- app/views/categories/index.html.erb | 2 +- app/views/layouts/crawler.html.erb | 30 ++++++++++++++++++++++++----- app/views/list/list.erb | 3 ++- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/app/views/categories/index.html.erb b/app/views/categories/index.html.erb index 3e476eabcc2..93d3e170330 100644 --- a/app/views/categories/index.html.erb +++ b/app/views/categories/index.html.erb @@ -1,4 +1,5 @@
+ @@ -7,7 +8,6 @@ - <% @category_list.categories.each_with_index do |c, index| %>
diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb index b5a83455506..8848af5cf4e 100644 --- a/app/views/layouts/crawler.html.erb +++ b/app/views/layouts/crawler.html.erb @@ -36,11 +36,31 @@