Skip to content

Commit

Permalink
Merge pull request #319 from jliermann/main
Browse files Browse the repository at this point in the history
refactor: subtitle handling
  • Loading branch information
jliermann authored Jan 8, 2024
2 parents cebae13 + b6a1397 commit a49c9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const announcementBar = announcementBarActive
: {};

const title = "NFDI4Chem Knowledge Base";
const subtitle =
"A place for all knowledge regarding Research Data Management (RDM) in Chemistry";
const description =
"Supporting scientists to digitalise all steps of chemical research: to collect, store, process, analyse, publish, and reuse research data";
const url = "https://knowledgebase.nfdi4chem.de/";
Expand All @@ -23,6 +25,7 @@ module.exports = {
url: url,
baseUrl: baseUrl,
customFields: {
subtitle: subtitle,
description: description,
},
onBrokenLinks: "warn",
Expand Down
3 changes: 1 addition & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export default function Home() {
<div className="col col--8">
<p className="hero__subtitle">
<Translate>
A place for all knowledge regarding Research
Data Management (RDM) in Chemistry
{`${siteConfig.customFields.subtitle}`}
</Translate>
</p>
</div>
Expand Down

0 comments on commit a49c9a0

Please sign in to comment.