Skip to content

Commit 62453fc

Browse files
maciejtrzcinskiXavier Agostini
authored andcommitted
fix(): Remove integration type string from integrations page (#418)
1 parent c1e532a commit 62453fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div>
1818
{%- if page.title -%}
1919
<h1 id="{{ page.title | downcase }}" class="home__heading page__heading">
20-
{{ page.title }} {% unless page.landing %}{{ page.integration_type | capitalize }}{% endunless %}
20+
{{ page.title }}
2121
</h1>
2222
{%- endif -%}
2323

src/_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="page__body" data-headings-anchors>
1616
{%- if page.title -%}
1717
<h1 id="{{ page.title | downcase }}" class="page__heading">
18-
{{ page.title }} {% unless page.landing %}{{ page.integration_type | capitalize }}{% endunless %}
18+
{{ page.title }}
1919
</h1>
2020
{%- endif -%}
2121
{%- if page.beta -%}

0 commit comments

Comments
 (0)