Molbap HF Staff commited on
Commit
f9232bd
·
1 Parent(s): b565d01

not needed

Browse files
Files changed (1) hide show
  1. src/distill.js +1 -1
src/distill.js CHANGED
@@ -9057,7 +9057,7 @@ distill-header .nav a {
9057
  if (typeof frontMatter.publishedDate !== 'undefined') {
9058
  html += `
9059
  <h3 id="citation">Citation</h3>
9060
- <p>For attribution in academic contexts, please cite this work as</p>
9061
  <pre class="citation short">${frontMatter.concatenatedAuthors}, "${frontMatter.title}", Distill, ${frontMatter.publishedYear}.</pre>
9062
  <p>BibTeX citation</p>
9063
  <pre class="citation long">${serializeFrontmatterToBibtex(frontMatter)}</pre>
 
9057
  if (typeof frontMatter.publishedDate !== 'undefined') {
9058
  html += `
9059
  <h3 id="citation">Citation</h3>
9060
+ <p>For attribution, cite this work as</p>
9061
  <pre class="citation short">${frontMatter.concatenatedAuthors}, "${frontMatter.title}", Distill, ${frontMatter.publishedYear}.</pre>
9062
  <p>BibTeX citation</p>
9063
  <pre class="citation long">${serializeFrontmatterToBibtex(frontMatter)}</pre>