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