forked from github/pelican
update basic output with $USER="Dummy Author"
USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
This commit is contained in:
parent
c430ab57ba
commit
912ffe4a91
22 changed files with 330 additions and 330 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/content.html">content</a>. </p>
|
||||
|
|
@ -102,7 +102,7 @@ Translations:
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -136,7 +136,7 @@ Translations:
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -171,7 +171,7 @@ Translations:
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -206,7 +206,7 @@ Translations:
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -322,7 +322,7 @@ YEAH !</p>
|
|||
|
||||
|
||||
<address class="vcard author">
|
||||
By <a class="url fn" href="./author/bruno.html">bruno</a>
|
||||
By <a class="url fn" href="./author/dummy-author.html">Dummy Author</a>
|
||||
</address>
|
||||
|
||||
<p>In <a href="./category/content.html">content</a>. </p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue