diff --git a/themes/Flex/templates/article.html b/themes/Flex/templates/article.html index a3bcbef8..27d78f69 100644 --- a/themes/Flex/templates/article.html +++ b/themes/Flex/templates/article.html @@ -29,7 +29,8 @@ {% import 'partial/translations.html' as translations with context %} {{ translations.translations_for(article) }} {% endif %} - + {# Visual breadcrumb removed by request; the BreadcrumbList JSON-LD in + partial/jsonld_article.html still gives crawlers the trail. #}
{{ _('Posted on %(when)s in %(category)s', diff --git a/themes/Flex/templates/partial/sidebar.html b/themes/Flex/templates/partial/sidebar.html index b929fd11..629b4089 100644 --- a/themes/Flex/templates/partial/sidebar.html +++ b/themes/Flex/templates/partial/sidebar.html @@ -2,7 +2,7 @@