Skip to content

Commit

Permalink
Adding month to publication section (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed Oct 22, 2021
1 parent ed1a9ee commit ae9ecf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
{% elsif entry.type == "inproceedings" %}
<em>In {{entry.booktitle}}</em>
{% endif %}
{% if entry.month %}
{{entry.month | capitalize}}
{% endif %}
{% if entry.year %}
{{entry.year}}
{% endif %}
Expand Down

0 comments on commit ae9ecf2

Please sign in to comment.