Skip to content

Commit

Permalink
add missing quotation mark in bib.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmagg committed May 15, 2024
1 parent 977038b commit 6fa3682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{% assign thesis = "thesis,mastersthesis,phdthesis" | split: ','%}
{% if entry.type == "journal article" -%}
{%- capture entrytype -%}<em>{{entry.journal}}</em>{%- endcapture -%}
{%- elsif entry.type == "conference paper" or entry.type == "contributed talk -%}
{%- elsif entry.type == "conference paper" or entry.type == "contributed talk" -%}
{%- capture entrytype -%}<em>{{entry.booktitle}}</em>{%- endcapture -%}
{%- else -%}
{%- capture entrytype -%}{%- endcapture -%}
Expand Down

0 comments on commit 6fa3682

Please sign in to comment.