checkpoint

This commit is contained in:
Shan Carter
2017-10-05 16:45:58 -07:00
parent a1be3babff
commit c011e67c96
9 changed files with 59 additions and 57 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function(dom, data) {
// }
// } else {
if (data.title) {
let headline = dom.createElement('d-headline');
let headline = dom.createElement('d-title');
let h1 = dom.createElement('h1');
headline.appendChild(h1);
h1.textContent = data.title;