hugo-theme-anubis2/layouts
Kevin Collas-Arundell c6754e5264 Add support for custom CSS files
This allows end users to add additional CSS files for use in their site.
They would do this by adding
```
[params]
  customCSS = [
    "mycss.css"
  ]
```
into their config file.
2020-04-06 17:57:16 +10:00
..
_default delete leading slash from url in terms 2020-02-19 23:42:23 +03:00
partials Add support for custom CSS files 2020-04-06 17:57:16 +10:00
taxonomy fix relative urls and make partials for article info 2020-02-18 20:55:17 +03:00
index.html fix relative urls and make partials for article info 2020-02-18 20:55:17 +03:00