diff --git a/_layouts/distill.html b/_layouts/distill.html
index bc323ce..87f3f9d 100644
--- a/_layouts/distill.html
+++ b/_layouts/distill.html
@@ -66,8 +66,9 @@
{{ page.title }}
{{ page.description }}
-
+ {%- if page.authors -%}
+ {%- endif -%}
{% if page.toc -%}
diff --git a/assets/js/distillpub/template.v2.js b/assets/js/distillpub/template.v2.js
index 4ddc61f..c6cfd9f 100644
--- a/assets/js/distillpub/template.v2.js
+++ b/assets/js/distillpub/template.v2.js
@@ -1113,7 +1113,7 @@ ${math}
if (!byline) {
if (data.authors) {
byline = dom.createElement('d-byline');
- body.insertBefore(byline, article);
+ // body.insertBefore(byline, article);
} else {
console.warn('No authors found in front matter; please add them before submission!');
}