hugo-toha/layouts/partials
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
..
cards Update skill.html (#512) 2022-01-24 10:58:50 +00:00
helpers Allow setting GIFS as author image (#394) 2021-08-10 02:39:10 +00:00
misc Update dependency for security issue (#421) 2021-09-24 17:59:50 +00:00
navigators Fix navbar missing an item in the dropdown (#509) 2022-01-21 05:27:46 +00:00
sections fix: navigation with hidden title (#505) 2022-01-19 18:32:28 +00:00
disqus.html Fix disqus comment not working on new configuration style (#451) 2021-10-29 16:37:46 +00:00
footer.html feat: customMenus in footer (#513) 2022-01-31 17:04:01 +00:00
header.html Add LaTeX support (#481) 2022-01-13 19:06:07 +00:00
math.html Convert single page into hugo template 2020-04-17 02:40:14 +06:00
opengraph.html Use absURL for image in OpenGraph header 2021-05-30 18:49:06 +06:00
scripts.html Add LaTeX support (#481) 2022-01-13 19:06:07 +00:00
utteranc.html Add utteranc comment plugin (#465) 2021-11-18 23:17:46 +06:00
valine.html Add valine comment system support (#446) 2021-10-28 15:11:25 +00:00