We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7e130 commit 4d6cff8Copy full SHA for 4d6cff8
layouts/partials/section/get-started.html.twig
@@ -44,7 +44,7 @@
44
{% set guides = site.pages | filter_by('section', section.slug ~ '/' ~ platform.slug) | sort_by_weight %}
45
46
{% if platform.content | trim | length -%}
47
- {{- include(template_from_string(platform.content), {'page': platform}) | replace({'href=': 'class="text-reset" rel="noreferrer" target="_blank" href='}) -}}
+ {{- include(template_from_string(platform.content), {'page': platform}) | replace({'href=': 'rel="noreferrer" target="_blank" href='}) -}}
48
{%- endif %}
49
50
{% if guides | length %}
0 commit comments