forked from github/pelican
Fix #3233 -- Simple theme classless semantic HTML
This commit is contained in:
parent
d7015db9e4
commit
6059675d55
27 changed files with 163 additions and 119 deletions
|
|
@ -120,11 +120,13 @@
|
|||
<p>There are <a href="../article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
Page 1 / 3
|
||||
<a href="../author/alexis-metaireau2.html">»</a>
|
||||
<a href="../author/alexis-metaireau3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Page 1 / 3</li>
|
||||
<li><a href="../author/alexis-metaireau2.html">⟩</a></li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
|
|
@ -133,13 +133,15 @@ YEAH !</p>
|
|||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="../author/alexis-metaireau.html">⇇</a>
|
||||
<a href="../author/alexis-metaireau.html">«</a>
|
||||
Page 2 / 3
|
||||
<a href="../author/alexis-metaireau3.html">»</a>
|
||||
<a href="../author/alexis-metaireau3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../author/alexis-metaireau.html">⟪</a></li>
|
||||
<li><a href="../author/alexis-metaireau.html">⟨</a></li>
|
||||
<li>Page 2 / 3</li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟩</a></li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
|
|
@ -85,11 +85,13 @@ pelican.conf, it will …</p></div>
|
|||
<p>There are <a href="../tag/baz.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="../author/alexis-metaireau.html">⇇</a>
|
||||
<a href="../author/alexis-metaireau2.html">«</a>
|
||||
Page 3 / 3
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../author/alexis-metaireau.html">⟪</a></li>
|
||||
<li><a href="../author/alexis-metaireau2.html">⟨</a></li>
|
||||
<li>Page 3 / 3</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
12
pelican/tests/output/custom/index.html
vendored
12
pelican/tests/output/custom/index.html
vendored
|
|
@ -120,11 +120,13 @@
|
|||
<p>There are <a href="./article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
Page 1 / 3
|
||||
<a href="./index2.html">»</a>
|
||||
<a href="./index3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Page 1 / 3</li>
|
||||
<li><a href="./index2.html">⟩</a></li>
|
||||
<li><a href="./index3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
16
pelican/tests/output/custom/index2.html
vendored
16
pelican/tests/output/custom/index2.html
vendored
|
|
@ -133,13 +133,15 @@ YEAH !</p>
|
|||
<p>There are <a href="./oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="./index.html">⇇</a>
|
||||
<a href="./index.html">«</a>
|
||||
Page 2 / 3
|
||||
<a href="./index3.html">»</a>
|
||||
<a href="./index3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="./index.html">⟪</a></li>
|
||||
<li><a href="./index.html">⟨</a></li>
|
||||
<li>Page 2 / 3</li>
|
||||
<li><a href="./index3.html">⟩</a></li>
|
||||
<li><a href="./index3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
12
pelican/tests/output/custom/index3.html
vendored
12
pelican/tests/output/custom/index3.html
vendored
|
|
@ -85,11 +85,13 @@ pelican.conf, it will …</p></div>
|
|||
<p>There are <a href="./tag/baz.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="./index.html">⇇</a>
|
||||
<a href="./index2.html">«</a>
|
||||
Page 3 / 3
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="./index.html">⟪</a></li>
|
||||
<li><a href="./index2.html">⟨</a></li>
|
||||
<li>Page 3 / 3</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
|
|
@ -120,11 +120,13 @@
|
|||
<p>There are <a href="../posts/2011/février/17/article-1/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
Page 1 / 3
|
||||
<a href="../author/alexis-metaireau2.html">»</a>
|
||||
<a href="../author/alexis-metaireau3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Page 1 / 3</li>
|
||||
<li><a href="../author/alexis-metaireau2.html">⟩</a></li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
|
|
@ -133,13 +133,15 @@ YEAH !</p>
|
|||
<p>There are <a href="../posts/2010/octobre/20/oh-yeah/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="../author/alexis-metaireau.html">⇇</a>
|
||||
<a href="../author/alexis-metaireau.html">«</a>
|
||||
Page 2 / 3
|
||||
<a href="../author/alexis-metaireau3.html">»</a>
|
||||
<a href="../author/alexis-metaireau3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../author/alexis-metaireau.html">⟪</a></li>
|
||||
<li><a href="../author/alexis-metaireau.html">⟨</a></li>
|
||||
<li>Page 2 / 3</li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟩</a></li>
|
||||
<li><a href="../author/alexis-metaireau3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
|
|
@ -85,11 +85,13 @@ pelican.conf, it will …</p></div>
|
|||
<p>There are <a href="../tag/baz.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="../author/alexis-metaireau.html">⇇</a>
|
||||
<a href="../author/alexis-metaireau2.html">«</a>
|
||||
Page 3 / 3
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../author/alexis-metaireau.html">⟪</a></li>
|
||||
<li><a href="../author/alexis-metaireau2.html">⟨</a></li>
|
||||
<li>Page 3 / 3</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
12
pelican/tests/output/custom_locale/index.html
vendored
12
pelican/tests/output/custom_locale/index.html
vendored
|
|
@ -120,11 +120,13 @@
|
|||
<p>There are <a href="./posts/2011/février/17/article-1/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
Page 1 / 3
|
||||
<a href="./index2.html">»</a>
|
||||
<a href="./index3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Page 1 / 3</li>
|
||||
<li><a href="./index2.html">⟩</a></li>
|
||||
<li><a href="./index3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
16
pelican/tests/output/custom_locale/index2.html
vendored
16
pelican/tests/output/custom_locale/index2.html
vendored
|
|
@ -133,13 +133,15 @@ YEAH !</p>
|
|||
<p>There are <a href="./posts/2010/octobre/20/oh-yeah/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="./index.html">⇇</a>
|
||||
<a href="./index.html">«</a>
|
||||
Page 2 / 3
|
||||
<a href="./index3.html">»</a>
|
||||
<a href="./index3.html">⇉</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="./index.html">⟪</a></li>
|
||||
<li><a href="./index.html">⟨</a></li>
|
||||
<li>Page 2 / 3</li>
|
||||
<li><a href="./index3.html">⟩</a></li>
|
||||
<li><a href="./index3.html">⟫</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
12
pelican/tests/output/custom_locale/index3.html
vendored
12
pelican/tests/output/custom_locale/index3.html
vendored
|
|
@ -85,11 +85,13 @@ pelican.conf, it will …</p></div>
|
|||
<p>There are <a href="./tag/baz.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||
</article></li>
|
||||
</ol><!-- /#posts-list -->
|
||||
<p class="paginator">
|
||||
<a href="./index.html">⇇</a>
|
||||
<a href="./index2.html">«</a>
|
||||
Page 3 / 3
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="./index.html">⟪</a></li>
|
||||
<li><a href="./index2.html">⟨</a></li>
|
||||
<li>Page 3 / 3</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
<div class="blogroll">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue