Skip to content

Commit dc7425d

Browse files
author
“yndira-flowforge”
committed
Update homepage meta title
And fix tagline spaces
1 parent bbe9884 commit dc7425d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"d2fe": "https://boards.greenhouse.io/flowfuse/jobs/5185319004"
1010
},
1111
"messaging": {
12-
"tagLine": "Unlock Industrial Data<br /> Integrate Everything<br />Optimize Faster",
12+
"tagLine": "Unlock Industrial Data <br />Integrate Everything <br />Optimize Faster",
1313
"subtitle": "Quickly build workflows, applications and integrations that optimize your operations with our low-code, open-source, end to end platform.",
1414
"title": "Build workflows and integrations that optimize your industrial operations",
1515
"keywords": "Node-RED, Application Development, IoT, IIoT, Low-Code, open source, Integration, Workflow, Automation, Data Processing, Data Integration, Data Transformation, Data Visualization, Industrial Automation, Industrial IoT, Industry 4.0"

src/_includes/layouts/base.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ eleventyComputed:
6262
<title>{{ title }} &#x2022; FlowFuse{% if page.url and page.url.match('\/handbook\/.+') %} Handbook{% endif %}{% if page.url and page.url.match('\/docs\/.+') %} Docs{% endif %}</title>
6363
{% else %}
6464
{% set extractedTitle = content | extractH1Content %}
65-
{% if extractedTitle %}
66-
<title>{{ extractedTitle }} &#x2022; FlowFuse{% if page.url and page.url.match('\/handbook\/.+') %} Handbook{% endif %}{% if page.url and page.url.match('\/docs\/.+') %} Docs{% endif %}</title>
65+
{% if extractedTitle and page.url != '/' %}
66+
<title>{{ extractedTitle }} &#x2022; FlowFuse{% if page.url and page.url.match('\/handbook\/.+') %} Handbook{% endif %}{% if page.url and page.url.match('\/docs\/.+') %} Docs{% endif %}</title>
6767
{% else %}
6868
<title>FlowFuse &#x2022; {{ site.messaging.title }}</title>
6969
{% endif %}

0 commit comments

Comments
 (0)