Skip to content

Commit

Permalink
Add month to magazine for Bluebook
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Dec 30, 2022
1 parent e0a8148 commit 6900b58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bluebook-law-review.csl
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,16 @@
<if type="article-newspaper thesis" match="any">
<group suffix=", ">
<date variable="issued">
<date-part name="month"/>
<date-part name="month" form="short"/>
<date-part name="day" prefix=" "/>
</date>
</group>
</if>
<else-if type="article-magazine">
<date variable="issued">
<date-part name="month" suffix=" " form="short"/>
</date>
</else-if>
</choose>
<date variable="issued">
<date-part name="year"/>
Expand Down

0 comments on commit 6900b58

Please sign in to comment.