Skip to content

Commit 09a4c9f

Browse files
pourmand1376horaciochacon
authored andcommitted
Adding month to publication section (alshedivat#433)
1 parent 553d2ce commit 09a4c9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/bib.html

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
{% elsif entry.type == "inproceedings" %}
7474
<em>In {{entry.booktitle}}</em>
7575
{% endif %}
76+
{% if entry.month %}
77+
{{entry.month | capitalize}}
78+
{% endif %}
7679
{% if entry.year %}
7780
{{entry.year}}
7881
{% endif %}

0 commit comments

Comments
 (0)