Skip to content

Commit a21bd49

Browse files
fix reference disappearing for distill blog in absence of author (alshedivat#1804)
1 parent 8e6f5da commit a21bd49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_layouts/distill.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
<h1>{{ page.title }}</h1>
6767
<p>{{ page.description }}</p>
6868
</d-title>
69-
69+
{%- if page.authors -%}
7070
<d-byline></d-byline>
71+
{%- endif -%}
7172

7273
<d-article>
7374
{% if page.toc -%}

assets/js/distillpub/template.v2.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)