mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-24 21:20:17 +01:00
Remove static archives from sidebar
I need to figure out how to generate a list of posts grouped by month, ie "August 2016", as well as a list template to show the posts for each month for when the user clicks the link.
This commit is contained in:
parent
47b200578e
commit
a942707278
@ -15,23 +15,6 @@
|
|||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<section class="sidebar-module">
|
|
||||||
<h4>Archives</h4>
|
|
||||||
<ol class="list-unstyled">
|
|
||||||
<li><a href="#">March 2014</a></li>
|
|
||||||
<li><a href="#">February 2014</a></li>
|
|
||||||
<li><a href="#">January 2014</a></li>
|
|
||||||
<li><a href="#">December 2013</a></li>
|
|
||||||
<li><a href="#">November 2013</a></li>
|
|
||||||
<li><a href="#">October 2013</a></li>
|
|
||||||
<li><a href="#">September 2013</a></li>
|
|
||||||
<li><a href="#">August 2013</a></li>
|
|
||||||
<li><a href="#">July 2013</a></li>
|
|
||||||
<li><a href="#">June 2013</a></li>
|
|
||||||
<li><a href="#">May 2013</a></li>
|
|
||||||
<li><a href="#">April 2013</a></li>
|
|
||||||
</ol>
|
|
||||||
</section>
|
|
||||||
<section class="sidebar-module">
|
<section class="sidebar-module">
|
||||||
<h4>Elsewhere</h4>
|
<h4>Elsewhere</h4>
|
||||||
<ol class="list-unstyled">
|
<ol class="list-unstyled">
|
||||||
|
Loading…
Reference in New Issue
Block a user