Adding month to publication section (#433)
This commit is contained in:
parent
ed1a9eeacc
commit
ae9ecf29e0
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user