hugo-toha/layouts
Jan bfa1e4c2b3
feat: configurable custom navbar items (#514)
* feat: configurable custom navbar items

The customMenu item from `data/<language>/site.yaml` will only appear if
its property `showOnNavbar` is `true`.

Example:
```
customMenus:
  - name: Imprint
    url: posts/imprint
    showOnNavbar: false
```

* fix: change logic from  to

Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:05:05 +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: configurable custom navbar items (#514) 2022-01-31 17:05:05 +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