Skip to content

Commit cf9640c

Browse files
authored
Display booktitle for publications of type incollection (alshedivat#871)
1 parent 47694a1 commit cf9640c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/bib.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<!-- Journal/Book title and date -->
109109
{% if entry.type == "article" -%}
110110
{%- capture entrytype -%}<em>{{entry.journal}}</em>{%- endcapture -%}
111-
{%- elsif entry.type == "inproceedings" -%}
111+
{%- elsif ["inproceedings", "incollection"] contains entry.type -%}
112112
{%- capture entrytype -%}<em>In {{entry.booktitle}}</em> {%- endcapture -%}
113113
{%- else -%}
114114
{%- capture entrytype -%}{%- endcapture -%}

0 commit comments

Comments
 (0)