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
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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue