[SOLVED] Custom CSS for each page

customcss: "/css/page2.css"

In template:

<link rel="stylesheet" href="{{ .Params.customcss }}" />
3 Likes