hugo-toha/layouts/partials
Jan f69ec4fca3
configurable navbar item count (#493)
* configurable navbar item count

Make the number of navbar items outside "More" configurable via

```
config.yaml
---
params:
  features:
    maxnavitems: 6
```

* fix configurable navbar count

replace all evidences of "5" by $maxnavitems

* Move `features.maxnavitems` into `topNavbar.maxVisibleSections`

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-13 19:29:12 +00:00
..
cards Added svg support for project icons (#376) 2021-07-15 07:53:28 +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 configurable navbar item count (#493) 2022-01-13 19:29:12 +00:00
sections Fixed "show-more-btn" toggle logic and added optional "collapseAfter" parameter (#473) 2021-12-07 17:40:34 +00:00
disqus.html Fix disqus comment not working on new configuration style (#451) 2021-10-29 16:37:46 +00:00
footer.html Footer contact info: Icons and linking (#471) 2021-12-07 18:11:59 +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