ar.falsy.cat/layouts
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
..
_default fix links being broken for pages with spaces 2022-02-20 21:40:10 -05:00
partials Move css and js to appropriate files 2022-03-04 02:07:51 +00:00
404.html Execute darkmode script before first render 2021-08-13 22:50:02 +02:00
index.html feat: add rtl support as part of #47 2022-02-15 17:12:08 -05:00