diff --git a/src/components/d-byline.js b/src/components/d-byline.js index 7bead09..7a01f3a 100644 --- a/src/components/d-byline.js +++ b/src/components/d-byline.js @@ -3,20 +3,16 @@ import style from '../styles/d-byline.css'; export function bylineTemplate(frontMatter) { return `
-
+

Authors

+

Affiliations

${frontMatter.authors.map(author => `

${author.personalURL ? `${author.name}` : `

${author.name}
` } - - `).join("")} -
-
-

Affiliations

- ${frontMatter.authors.map(author => ` +

${author.affiliationURL ? `${author.affiliation}` diff --git a/src/components/d-title.js b/src/components/d-title.js index 05bab6a..199a321 100644 --- a/src/components/d-title.js +++ b/src/components/d-title.js @@ -4,17 +4,17 @@ const T = Template('d-title', `