hugo-toha/layouts
Jan a159ff65b1
feat: customMenus in footer (#513)
* feat: customMenus in footer

Show customMenu links also in footer.
In `config.yaml`,
 - `params.footer.enable` is `true` to show the footer at all
 - `params.footer.navigation.enable` is `true` to show navigation items
   in the footer
 - `params.footer.navigation.customMenus.enable` is `true` to show
   customMenu items

Example:
```
params:
  footer:
    enable: true
    navigation:
      enable: true
      customMenus:
        enable: true
```

In `data/<language>/site.yaml`,
 - `customMenus` must contain at least one entry with `showOnFooter:
   true`

Example:
 ```
 customMenus:
   - name: Imprint
     url: posts/imprint
     showOnFooter: true
 ```

* fix: nesting levels in config

Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:04:01 +00:00
..
_default Localize post date (#492) 2022-01-14 01:35:10 +06:00
categories taxonomies - added taxonmies support (#396) 2021-08-16 16:28:30 +00:00
notes Make search multilingual (#305) 2021-05-18 00:32:39 +06:00
partials feat: customMenus in footer (#513) 2022-01-31 17:04:01 +00:00
shortcodes Fix note layout (#274) 2021-05-02 05:02:27 +06:00
tags taxonomies - added taxonmies support (#396) 2021-08-16 16:28:30 +00:00
404.html Fix various issues detected by html-proofer (#270) 2021-03-29 03:44:33 +06:00
index.html Fix Google Analytic not showing up for v3 ID (#363) 2021-06-27 18:00:23 +00:00