Open metalfoxdev opened 11 months ago
It looks as if you can place a link to a css file in the head.html or header.html file in the layouts folder and this should apply the css to all pages automatically. We can use this code in the head(er).html file:
<link rel="stylesheet" href="/css/custom.css">
It looks as if you can place a link to a css file in the head.html or header.html file in the layouts folder and this should apply the css to all pages automatically. We can use this code in the head(er).html file: