From ae9ecf29e017096388c167e4eab4800eab84486e 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 ac4ee3f..4079497 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 %}