forked from github/pelican
Add new option for controlling whether to display categories on menu or not
Conflicts: docs/changelog.rst pelican/tests/output/basic/tag/bar.html pelican/tests/output/basic/tag/baz.html pelican/tests/output/basic/tag/foo.html pelican/tests/output/custom/tag/bar.html pelican/tests/output/custom/tag/baz.html pelican/tests/output/custom/tag/foo.html
This commit is contained in:
parent
f35206660b
commit
e042e11c23
66 changed files with 136 additions and 126 deletions
|
|
@ -26,13 +26,13 @@
|
|||
<header id="banner" class="body">
|
||||
<h1><a href="./">Alexis' log </a></h1>
|
||||
<nav><ul>
|
||||
<li><a href="./override/">Override url/save_as</a></li>
|
||||
<li><a href="./override/">Override url/save_as</a></li>
|
||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||
<li ><a href="./category/misc.html">misc</a></li>
|
||||
<li ><a href="./category/cat1.html">cat1</a></li>
|
||||
<li class="active"><a href="./category/bar.html">bar</a></li>
|
||||
</ul></nav>
|
||||
</ul></nav>
|
||||
</header><!-- /#banner -->
|
||||
<section id="content" class="body">
|
||||
<article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue