-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat blog posts as posts on other websites.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ | |
<author> | ||
<name>Oldrich Tristan Florian</name> | ||
<email>[email protected]</email> | ||
<uri>http://otristan.com</uri> | ||
<uri>http://otflorian.com</uri> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="law"/> | ||
<issn>0231-6625</issn> | ||
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary> | ||
<updated>2021-03-07T10:00:00+00:00</updated> | ||
<updated>2022-11-17T21:44:11+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<locale xml:lang="cs"> | ||
|
@@ -153,7 +153,7 @@ | |
</macro> | ||
<macro name="container"> | ||
<choose> | ||
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any"> | ||
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any"> | ||
<text term="in" text-case="capitalize-first" suffix=": "/> | ||
<text macro="container-contributors" suffix=". "/> | ||
<choose> | ||
|
@@ -175,7 +175,7 @@ | |
</macro> | ||
<macro name="container-full"> | ||
<choose> | ||
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any"> | ||
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any"> | ||
<text term="in" text-case="capitalize-first" suffix=": "/> | ||
<text macro="container-contributors-full" suffix=". "/> | ||
<choose> | ||
|
@@ -232,7 +232,7 @@ | |
</group> | ||
</group> | ||
</if> | ||
<else-if type="webpage" match="any"> | ||
<else-if type="webpage post-weblog" match="any"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=". "/> | ||
<date-part name="month" suffix=". " form="numeric"/> | ||
|
@@ -357,7 +357,7 @@ | |
</else> | ||
</choose> | ||
</if> | ||
<else-if type="article-magazine article-newspaper webpage" match="any"> | ||
<else-if type="article-magazine article-newspaper webpage post-weblog" match="any"> | ||
<text macro="contributors-long" suffix=". "/> | ||
<text macro="title-long" suffix=". "/> | ||
<text macro="container"/> | ||
|
@@ -487,7 +487,7 @@ | |
</else> | ||
</choose> | ||
</if> | ||
<else-if type="article-magazine article-newspaper webpage article-journal" match="any"> | ||
<else-if type="article-magazine article-newspaper article-journal webpage post-weblog" match="any"> | ||
<text macro="contributors-full" suffix=". "/> | ||
<text macro="title-long" suffix=". "/> | ||
<text macro="container-full"/> | ||
|