Permalink
Browse files

Fix blog posts in AGLC (#3673)

replaces #3672
  • Loading branch information...
adam3smith committed Sep 3, 2018
1 parent 729fd56 commit 7dc897ef81748642a480896fbbf649842a817c80
Showing with 13 additions and 1 deletion.
  1. +13 −1 australian-guide-to-legal-citation.csl
@@ -229,7 +229,7 @@
</else-if>
</choose>
</if>
<else-if type="webpage">
<else-if type="webpage post-weblog" match="any">
<text macro="issued-full" prefix="(" suffix=")"/>
</else-if>
<else-if type="legislation">
@@ -410,6 +410,16 @@
</if>
</choose>
</macro>
<macro name="blog-info">
<choose>
<if type="post-weblog">
<group delimiter=" ">
<text value="on"/>
<text variable="container-title" font-style="italic"/>
</group>
</if>
</choose>
</macro>
<macro name="URL">
<choose>
<if type="legal_case legislation bill" match="none">
@@ -512,6 +522,7 @@
<text macro="broadcast-container"/>
</group>
<group delimiter=" ">
<text macro="blog-info"/>
<text macro="date-parenthesis"/>
<text macro="article-case-info"/>
<text macro="book-container"/>
@@ -554,6 +565,7 @@
<text macro="broadcast-container"/>
</group>
<group delimiter=" ">
<text macro="blog-info"/>
<text macro="date-parenthesis"/>
<text macro="article-case-info"/>
<text macro="book-container"/>

0 comments on commit 7dc897e

Please sign in to comment.