Skip to content

Commit f25438e

Browse files
authored
Update pravnik.csl (#6309)
Treat blog posts as posts on other websites.
1 parent db7a4ae commit f25438e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pravnik.csl

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<author>
1010
<name>Oldrich Tristan Florian</name>
1111
<email>[email protected]</email>
12-
<uri>http://otristan.com</uri>
12+
<uri>http://otflorian.com</uri>
1313
</author>
1414
<category citation-format="note"/>
1515
<category field="law"/>
1616
<issn>0231-6625</issn>
1717
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary>
18-
<updated>2021-03-07T10:00:00+00:00</updated>
18+
<updated>2022-11-17T21:44:11+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="cs">
@@ -153,7 +153,7 @@
153153
</macro>
154154
<macro name="container">
155155
<choose>
156-
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
156+
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
157157
<text term="in" text-case="capitalize-first" suffix=":&#160;"/>
158158
<text macro="container-contributors" suffix=". "/>
159159
<choose>
@@ -175,7 +175,7 @@
175175
</macro>
176176
<macro name="container-full">
177177
<choose>
178-
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
178+
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
179179
<text term="in" text-case="capitalize-first" suffix=": "/>
180180
<text macro="container-contributors-full" suffix=". "/>
181181
<choose>
@@ -232,7 +232,7 @@
232232
</group>
233233
</group>
234234
</if>
235-
<else-if type="webpage" match="any">
235+
<else-if type="webpage post-weblog" match="any">
236236
<date variable="issued">
237237
<date-part name="day" suffix=".&#160;"/>
238238
<date-part name="month" suffix=".&#160;" form="numeric"/>
@@ -357,7 +357,7 @@
357357
</else>
358358
</choose>
359359
</if>
360-
<else-if type="article-magazine article-newspaper webpage" match="any">
360+
<else-if type="article-magazine article-newspaper webpage post-weblog" match="any">
361361
<text macro="contributors-long" suffix=". "/>
362362
<text macro="title-long" suffix=". "/>
363363
<text macro="container"/>
@@ -487,7 +487,7 @@
487487
</else>
488488
</choose>
489489
</if>
490-
<else-if type="article-magazine article-newspaper webpage article-journal" match="any">
490+
<else-if type="article-magazine article-newspaper article-journal webpage post-weblog" match="any">
491491
<text macro="contributors-full" suffix=". "/>
492492
<text macro="title-long" suffix=". "/>
493493
<text macro="container-full"/>

0 commit comments

Comments
 (0)