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 c1e532a commit 62453fcCopy full SHA for 62453fc
src/_layouts/home.html
@@ -17,7 +17,7 @@
17
<div>
18
{%- if page.title -%}
19
<h1 id="{{ page.title | downcase }}" class="home__heading page__heading">
20
- {{ page.title }} {% unless page.landing %}{{ page.integration_type | capitalize }}{% endunless %}
+ {{ page.title }}
21
</h1>
22
{%- endif -%}
23
src/_layouts/page.html
@@ -15,7 +15,7 @@
15
<div class="page__body" data-headings-anchors>
16
<h1 id="{{ page.title | downcase }}" class="page__heading">
{%- if page.beta -%}
0 commit comments