Text size and line-height bike-shedding

This commit is contained in:
Ludwig Schubert
2017-10-13 15:14:52 -07:00
parent 31a3478d84
commit 44f14bffe7
4 changed files with 25 additions and 13 deletions
-1
View File
@@ -4,6 +4,5 @@ export default function(dom, data) {
const byline = dom.querySelector('d-byline');
if (byline) {
byline.innerHTML = bylineTemplate(data);
// byline.setAttribute('distill-prerendered', '');
}
}