From dbc8b764607be65a10be188ba44f35bad9b8c8bb Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Fri, 22 Oct 2021 19:15:37 +0330 Subject: [PATCH] Adding month to publication section (#433) --- _layouts/bib.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_layouts/bib.html b/_layouts/bib.html index ac4ee3f64aeb..407949754836 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -73,6 +73,9 @@ {% elsif entry.type == "inproceedings" %} In {{entry.booktitle}} {% endif %} + {% if entry.month %} + {{entry.month | capitalize}} + {% endif %} {% if entry.year %} {{entry.year}} {% endif %}