Skip to content

Commit 4d6cff8

Browse files
committed
Don't hide links in Get Started section
1 parent ec7e130 commit 4d6cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/section/get-started.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% set guides = site.pages | filter_by('section', section.slug ~ '/' ~ platform.slug) | sort_by_weight %}
4545

4646
{% if platform.content | trim | length -%}
47-
{{- include(template_from_string(platform.content), {'page': platform}) | replace({'href=': 'class="text-reset" rel="noreferrer" target="_blank" href='}) -}}
47+
{{- include(template_from_string(platform.content), {'page': platform}) | replace({'href=': 'rel="noreferrer" target="_blank" href='}) -}}
4848
{%- endif %}
4949

5050
{% if guides | length %}

0 commit comments

Comments
 (0)