Display booktitle for publications of type incollection (#871)
This commit is contained in:
parent
47694a1f77
commit
cf9640c877
@ -108,7 +108,7 @@
|
||||
<!-- Journal/Book title and date -->
|
||||
{% if entry.type == "article" -%}
|
||||
{%- capture entrytype -%}<em>{{entry.journal}}</em>{%- endcapture -%}
|
||||
{%- elsif entry.type == "inproceedings" -%}
|
||||
{%- elsif ["inproceedings", "incollection"] contains entry.type -%}
|
||||
{%- capture entrytype -%}<em>In {{entry.booktitle}}</em> {%- endcapture -%}
|
||||
{%- else -%}
|
||||
{%- capture entrytype -%}{%- endcapture -%}
|
||||
|
Loading…
Reference in New Issue
Block a user