an-untranslated-article.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Welcome to our Testing site</title>
  5. <meta charset="utf-8" />
  6. <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testing site Full Atom Feed" />
  7. <link rel="stylesheet" href="http://example.com/test/theme/style.css" />
  8. </head>
  9. <body id="index" class="home">
  10. <header id="banner" class="body">
  11. <h1><a href="http://example.com/test/">Testing site <strong></strong></a></h1>
  12. </header><!-- /#banner -->
  13. <nav id="menu"><ul>
  14. <li><a href="http://example.com/test/pages/untranslated-page.html">Untranslated page</a></li>
  15. </ul></nav><!-- /#menu -->
  16. <section id="content" class="body">
  17. <header>
  18. <h2 class="entry-title">
  19. <a href="http://example.com/test/an-untranslated-article.html" rel="bookmark"
  20. title="Permalink to An untranslated article">An untranslated article</a></h2>
  21. </header>
  22. <footer class="post-info">
  23. <time class="published" datetime="2014-07-14T00:00:00+00:00">
  24. Mon 14 July 2014
  25. </time>
  26. <address class="vcard author">
  27. By <a class="url fn" href="http://example.com/test/author/the-tester.html">The Tester</a>
  28. </address>
  29. </footer><!-- /.post-info -->
  30. <div class="entry-content">
  31. <p>An article without a translation.
  32. Here is a link to an <a class="reference external" href="http://example.com/test/pages/untranslated-page.html">untranslated page</a></p>
  33. </div><!-- /.entry-content -->
  34. </section>
  35. <footer id="contentinfo" class="body">
  36. <address id="about" class="vcard body">
  37. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  38. which takes great advantage of <a href="http://python.org">Python</a>.
  39. </address><!-- /#about -->
  40. </footer><!-- /#contentinfo -->
  41. </body>
  42. </html>