hugo-theme-readable/layouts/partials
Robert Lützner 473add39bd
feat: load favicon if configured via params.favicon (#5)
This will display a favicon for the website. Favicons are cute little
icons that will show up on tabs in your browser, e.g. GitHub's mascot.
They can easily be generated by using online tools, e.g.

https://realfavicongenerator.net/

The resulting package only has to be downloaded and extracted into the
'static' directory of a Hugo website that is using this theme.

The path can then be set as follows in the config.yml:

```yaml
params:
  favicon: favicon.ico
```

This fixes #3.

Co-authored-by: Robert Lützner <robert.luetzner@iternity.com>
2023-02-22 12:59:35 -06:00
..
footer.html feat: rss feed to footer 2023-02-15 10:50:25 -06:00
head.html feat: load favicon if configured via params.favicon (#5) 2023-02-22 12:59:35 -06:00
header.html feat: update to v1.0.1 2023-02-16 13:51:44 -06:00
metadata.html old work pushed 2023-01-30 13:14:33 -06:00