hugo-theme-anubis2/layouts/partials
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
..
articleInfoDate.html fix relative urls and make partials for article info 2020-02-18 20:55:17 +03:00
articleInfoFull.html Fixed broken link on tags with spaces 2020-03-08 17:10:05 +00:00
footer.html Fix #4: remove hardcode 2020-01-28 22:23:46 +03:00
head.html Add support for custom CSS files 2020-04-06 17:57:16 +10:00
header.html Fix #9 and other design updates 2020-02-02 18:01:10 +03:00
pagination.html fix relative urls and make partials for article info 2020-02-18 20:55:17 +03:00