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
-4
View File
@@ -1,10 +1,8 @@
<!doctype html>
<meta charset="utf8">
<script src="../dist/template.js"></script>
<script type="text/front-matter">
title: Article Title
description: Description of the post
published: Jan 10, 2017
authors:
- Chris Olah: http://colah.github.io
@@ -14,7 +12,6 @@
- Google Brain: http://g.co/brain
</script>
<dt-header></dt-header>
<dt-article>
<script type="text/article"></script>
<h1>Hello World</h1>
@@ -36,4 +33,3 @@
<h3>Contributions</h3>
<p>List of who did what</p>
</dt-appendix>
<dt-footer></dt-footer>