Commit graph

6 commits

Author SHA1 Message Date
morph 3a780ebefe fix posts list 2020-05-26 17:39:14 +02:00
morph 14b5e092f2 remove sidebar everywhere 2020-05-26 17:22:53 +02:00
morph 6d7c5cd3e1 reinstate posts list 2020-05-26 17:20:18 +02:00
vimux c8bf719e3d
Define the Base Template and fix Hugo warnings
* Define the Base Template (baseof.html)
* Use relative URL link to style.css file
* Move summary.html from partials to _default layouts
* Fix Hugo warnings (needs Hugo 0.20 or newer)
* Fix Paginator rule on main page. Fix #8
* Latest posts: show pages from mainSections only
* Bump Hugo 0.19 -> 0.20
* Formatting
2019-07-31 08:49:20 -04:00
Adam Sullovey 8c4df57d4f fix list page filtering not working
When I started using the blank theme, I found urls like /tags/js would list all posts instead of just posts tagged 'js'. Changing '.Site.Pages' to 'Data.Pages' fixes this, and now my site can have lists that filter posts by category and tags.
2017-09-22 21:34:51 -04:00
vimux 406c5961cb Initial commit 2016-10-14 23:41:10 +03:00