This commit is contained in:
Shan Carter
2017-01-09 18:22:39 -08:00
parent c77fbbd18f
commit 4428ad1a5f
8 changed files with 36 additions and 26 deletions
+1 -3
View File
@@ -17,7 +17,6 @@
}
</style>
<dt-header></dt-header>
<dt-article>
<h1>How to Create a Distill Article</h1>
<h2>A collection of examples and best practices for creating interactive explanatory articles using the Distill web framework</h2>
@@ -29,7 +28,7 @@
&lt;!doctype html&gt;
&lt;meta charset="utf-8"&gt;
&lt;script src="../dist/template.min.js"&gt;&lt;/script&gt;
&lt;dt-article&gt;
&lt;h1&gt;Hello World&lt;/h1&gt;
&lt;/dt-article&gt;
@@ -175,4 +174,3 @@
<h2>Including External Files</h2> -->
</dt-article>
<dt-footer></dt-footer>