i18n_subsites: update test suite for Pelican 3.5.0

just add the timezone in dates
This commit is contained in:
Ondrej Grover
2015-02-15 07:55:43 +01:00
parent 4a6290378a
commit 1e0684aa22
9 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="http://example.com/test/translated-article.html" rel="bookmark" title="Permalink to A translated article">A translated article</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-09-13T00:00:00"> Sat 13 September 2014 </abbr>
<abbr class="published" title="2014-09-13T00:00:00+00:00"> Sat 13 September 2014 </abbr>
<address class="vcard author">By
<a class="url fn" href="http://example.com/test/author/the-tester.html">The Tester</a>
</address>
@ -34,7 +34,7 @@ Here is a link to <a class="reference external" href="http://example.com/test/im
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="http://example.com/test/an-untranslated-article.html" rel="bookmark" title="Permalink to An untranslated article">An untranslated article</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-07-14T00:00:00"> Mon 14 July 2014 </abbr>
<abbr class="published" title="2014-07-14T00:00:00+00:00"> Mon 14 July 2014 </abbr>
<address class="vcard author">By
<a class="url fn" href="http://example.com/test/author/the-tester.html">The Tester</a>
</address>