Adding month to publication section (#433)

This commit is contained in:
Amir Pourmand 2021-10-22 19:15:37 +03:30 committed by GitHub
parent ed1a9eeacc
commit ae9ecf29e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}