fix citation

This commit is contained in:
Christopher Olah
2017-01-08 12:34:19 -08:00
parent b7c7417a57
commit bbfb44bd07
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -61,7 +61,7 @@
<h2>A description of the article</h2>
<dt-byline></dt-byline>
<p>This is the first paragraph of the article.</p>
<p>We can also cite <dt-cite article="gregor2015draw"></dt-cite> external publications.</p>
<p>We can also cite <dt-cite key="gregor2015draw"></dt-cite> external publications.</p>
</dt-article>
<dt-bibliography>
@article{gregor2015draw,
@@ -137,7 +137,7 @@
</dt-code>
<p>Citations are then used in the article body with the <dt-code language="html">&lt;dt-cite&gt;</dt-code> tag. The <dt-code>article</dt-code> attribute is a reference to the id provided in the bibiography.</p>
<dt-code block language="html">
&lt;dt-cite article="gregor2015draw"&gt;&lt;/dt-cite&gt;
&lt;dt-cite ket="gregor2015draw"&gt;&lt;/dt-cite&gt;
</dt-code>
<hr>