Skip to content

Commit 293a8cc

Browse files
committed
Fix link style in Get Started now really
1 parent 8ad36f7 commit 293a8cc

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
@@ -63,7 +63,7 @@
6363
<div class="tab-content">
6464
{% for guide in guides %}
6565
<div class="tab-pane{{ loop.first ? ' active': '' }}" id="{{ section.slug }}-{{ platform.slug }}-{{ guide.slug }}" role="tabpanel">
66-
{{- guide.body | trim | replace({'# ': '#### '}) | markdown_to_html | raw | replace({'href=': 'class="text-reset" rel="noreferrer" target="_blank" href='}) -}}
66+
{{- guide.body | trim | replace({'# ': '#### '}) | markdown_to_html | raw | replace({'href=': 'rel="noreferrer" target="_blank" href='}) -}}
6767
</div>
6868
{% endfor %}
6969
</div>

0 commit comments

Comments
 (0)