diff --git a/themes/signaldaily/templates/editors-picks.html b/themes/signaldaily/templates/editors-picks.html index 38e8deb..47e383b 100644 --- a/themes/signaldaily/templates/editors-picks.html +++ b/themes/signaldaily/templates/editors-picks.html @@ -44,7 +44,7 @@ "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "{{ t.breadcrumb_home | default('Home') }}", "item": "{{ site_url | safe }}/" }, - { "@type": "ListItem", "position": 2, "name": {{ (t.editors_picks_page_title | default("Editor's picks")) | tojson | safe }} } + { "@type": "ListItem", "position": 2, "name": "{{ t.editors_picks_page_title | default('Editor\'s picks') }}" } ] }