mirror of
https://github.com/wassname/template.git
synced 2026-07-24 13:20:06 +08:00
Text size and line-height bike-shedding
This commit is contained in:
@@ -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', '');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user