changed "month day" to "day. month" for blog posts
This commit is contained in:
parent
60fc30c663
commit
86d2db3515
|
@ -27,6 +27,7 @@
|
|||
* added colon as suffix of the term "in" --
|
||||
* added colon as suffix of the termin "accessed" --
|
||||
* changed variable "issue" of "article-journal from "no." to "Nr." --
|
||||
* chenged "month day" to "day. month" for blog posts (and other entry types? which ones else?)
|
||||
I also changed some script logic which in noted in the code: --
|
||||
* do not add day-month at the end of a book, even it is provided in the date field of the zotero database (as it sometimes come from amazon) --
|
||||
* added access date for material with URL. --
|
||||
|
@ -290,8 +291,8 @@
|
|||
</macro>
|
||||
<macro name="day-month">
|
||||
<date variable="issued">
|
||||
<date-part name="day" suffix=". "/>
|
||||
<date-part name="month"/>
|
||||
<date-part name="day" prefix=" "/>
|
||||
</date>
|
||||
</macro>
|
||||
<macro name="collection-title">
|
||||
|
|
Loading…
Reference in New Issue
Block a user