Skip to content

Commit 75b1212

Browse files
authored
Merge pull request #338 from NFDI4Chem/fix-localisation
fix: localisation
2 parents f418222 + 0da6b00 commit 75b1212

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docusaurus.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const announcementBar = announcementBarActive
88
: {};
99

1010
const title = "NFDI4Chem Knowledge Base";
11-
const subtitle =
12-
"A place for all knowledge regarding Research Data Management (RDM) in Chemistry";
1311
const description =
1412
"Supporting scientists to digitalise all steps of chemical research: to collect, store, process, analyse, publish, and reuse research data";
1513
const url = "https://knowledgebase.nfdi4chem.de/";
@@ -27,7 +25,6 @@ const config = {
2725
url: url,
2826
baseUrl: baseUrl,
2927
customFields: {
30-
subtitle: subtitle,
3128
description: description,
3229
},
3330
onBrokenLinks: "warn",

src/pages/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export default function Home() {
2525
<div className="col col--8">
2626
<p className="hero__subtitle">
2727
<Translate>
28-
{`${siteConfig.customFields.subtitle}`}
28+
A place for all knowledge regarding Research
29+
Data Management (RDM) in Chemistry
2930
</Translate>
3031
</p>
3132
</div>

0 commit comments

Comments
 (0)