Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"d2fe": "https://boards.greenhouse.io/flowfuse/jobs/5185319004"
},
"messaging": {
"tagLine": "Unlock Industrial Data<br /> Integrate Everything<br />Optimize Faster",
"tagLine": "Unlock Industrial Data. Integrate Everything. Optimize Faster.",
"subtitle": "Quickly build workflows, applications and integrations that optimize your operations with our low-code, open-source, end to end platform.",
"title": "Build workflows and integrations that optimize your industrial operations",
"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"
Expand Down
4 changes: 2 additions & 2 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ eleventyComputed:
<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>
{% else %}
{% set extractedTitle = content | extractH1Content %}
{% if extractedTitle %}
{% if extractedTitle and page.url != '/' %}
<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>
{% else %}
<title>FlowFuse &#x2022; {{ site.messaging.title }}</title>
<title>FlowFuse &#x2022; {{ site.messaging.tagLine }}</title>
{% endif %}
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hubspot:
<div class="container m-auto text-left max-w-screen-lg lg:flex lg:flex-row lg:items-start lg:justify-between lg:gap-6">
<div class="max-w-xl mx-auto lg:mx-0 lg:my-auto lg:py-10 lg:max-w-[600px]">
<h1 class="font-medium leading-tight max-w-xl m-auto lg:m-0 text-center lg:text-left text-indigo-800 text-4xl">
{{ site.messaging.tagLine | safe }}
{{ site.messaging.tagLine | replace('. ', ' <br />') | replace('.', '') | safe }}
</h1>
<p class="mt-6 text-center lg:text-left">
{{ site.messaging.subtitle }}
Expand Down