diff --git a/_layouts/bib.html b/_layouts/bib.html
index b224402fa7d9..8e80c424a3b2 100644
--- a/_layouts/bib.html
+++ b/_layouts/bib.html
@@ -75,6 +75,8 @@
{%- capture entrytype -%}{{entry.journal}}{%- endcapture -%}
{%- elsif entry.type == "inproceedings" -%}
{%- capture entrytype -%}In {{entry.booktitle}} {%- endcapture -%}
+ {%- else -%}
+ {%- capture entrytype -%}{%- endcapture -%}
{%- endif -%}
{%- if entry.month -%}
{%- capture entrymonth -%}{{ " " }}{{ entry.month | capitalize }}{%- endcapture -%}