Skip to content

Commit 475fd17

Browse files
show publisher if not preprint type
1 parent 72a2aaa commit 475fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/publication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2>Resources</h2>
189189
</p>
190190
</a>
191191
</li>
192-
{% elsif page.bib.doi and page.preprint == nil %}
192+
{% elsif page.bib.doi and page.type != "preprint" %}
193193
<li>
194194
<a href="https://dx.doi.org/{{ page.bib.doi }}" target="_blank">
195195
<p>

0 commit comments

Comments
 (0)