quartz-research-note/layouts/partials
Claudio Yanes 1313bd9779 Move css and js to appropriate files
Having the CSS and JS in the html template produces pages larger
than necessary, as each page need to contain all the js/css.
Separating them in appropriate files allow the browser to just download
them once and use them for all the pages. This is even more effective
with an aggressive cache policy for the js and css, something that can
be done without fear thanks to the implemented cache-busting.
Also, having then in separate files allows us to use Hugo pipelines
for minimizing the code.
2022-03-04 02:07:51 +00:00
..
backlinks.html fix backlinks not using baseurl 2022-02-28 08:24:29 -08:00
contact.html content section 2021-12-27 15:59:19 -05:00
darkmode.html add search support 2021-08-27 14:08:11 -04:00
footer.html content section 2021-12-27 15:59:19 -05:00
graph.html Move css and js to appropriate files 2022-03-04 02:07:51 +00:00
head.html Move css and js to appropriate files 2022-03-04 02:07:51 +00:00
page-list.html add taxonomy and term lists 2021-12-27 19:35:42 -05:00
popover.html Move css and js to appropriate files 2022-03-04 02:07:51 +00:00
search.html Move css and js to appropriate files 2022-03-04 02:07:51 +00:00