mirror of
https://github.com/wassname/template.git
synced 2026-07-07 04:31:26 +08:00
Merge
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<dt-front-matter>
|
||||
title: Article Title
|
||||
description: Description of the post
|
||||
published: Jan 10, 2017
|
||||
authors:
|
||||
- Chris Olah: http://colah.github.io
|
||||
- Shan Carter: http://shancarter.com
|
||||
@@ -60,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,
|
||||
@@ -136,7 +137,7 @@
|
||||
</dt-code>
|
||||
<p>Citations are then used in the article body with the <dt-code language="html"><dt-cite></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">
|
||||
<dt-cite article="gregor2015draw"></dt-cite>
|
||||
<dt-cite ket="gregor2015draw"></dt-cite>
|
||||
</dt-code>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user