hugo-theme-relearn/layouts/partials
Matthew Taylor d4abb3c9a1 Allow custom css files to be loaded by configuration
Previously adding custom css files would require the end user to copy
the header or footer partial into their overrides. They would then
need to maintain that partial into the future.

This config allows a user to provide a list of custom css files to load
into the theme, meaning they do not need to clone the partial.

```
[params]
  custom_css = ["css/foo.css", "css/bar.css"]
```

Inspiration taken from https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4
2020-04-14 11:12:06 +01:00
..
custom-comments.html allowing comments system 2017-11-03 23:37:37 -07:00
custom-footer.html add first content for new documentation 2017-08-20 23:43:49 +02:00
custom-header.html add first content for new documentation 2017-08-20 23:43:49 +02:00
favicon.html remove duplicate icon and fix incorrect favicon type 2019-01-04 17:21:03 +09:00
footer.html remove 2019-08-11 21:13:29 +01:00
header.html Allow custom css files to be loaded by configuration 2020-04-14 11:12:06 +01:00
logo.html Use style instead of width and height in logo 2019-03-15 16:09:26 +00:00
menu-footer.html HTTPS links in footer 2019-06-05 17:49:27 +09:00
menu.html Fix .File.UniqueID on zero object warning 2020-03-09 15:25:50 +00:00
meta.html feat: partials for style and scripts are now empty 2016-04-11 00:09:03 +02:00
search.html Merge branch 'master' into patch-5 2018-12-21 02:09:59 +00:00
tags.html PR#196 : Fix english typos and hide the 'tags' div when not needed 2019-03-16 10:55:18 +01:00
toc.html feat: added Table of contents 2016-03-17 21:05:42 +01:00