summaryrefslogtreecommitdiff
path: root/layouts/_default
AgeCommit message (Collapse)Author
2020-08-04add dateFmt option to single and summary viewscolorchestra
2020-05-28move position of tags on single pagemorph
2020-05-27bring sidebar back for single pagesmorph
2020-05-26fix posts listmorph
2020-05-26remove sidebar everywheremorph
2020-05-26reinstate posts listmorph
2020-05-26remove padding rule from summary layoutmorph
2020-05-26init as nameless new thememorph
2020-01-09Don't create empty div w/o commentsvimux
2019-10-13Fix tags: don't create empty block w/o tagsvimux
2019-07-31Define the Base Template and fix Hugo warningsvimux
* 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-30Formatting: add final newlinevimux
2017-09-22fix list page filtering not workingAdam Sullovey
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.
2016-10-14Initial commitvimux