not needed
Browse files- 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
|
| 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>
|