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
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>A Pelican Blog - bruno</title>
|
||||
<title>A Pelican Blog - Dummy Author</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href=".././theme/css/main.css" type="text/css" />
|
||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||
|
|
@ -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/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -96,7 +96,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/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -131,7 +131,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/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -166,7 +166,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/cat1.html">cat1</a>. </p>
|
||||
|
|
@ -201,7 +201,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>
|
||||
|
|
@ -241,7 +241,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/content.html">content</a>. </p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue