I’ve tried to add pre
menu:
main:
- identifier: about
name: About
url: /about/
weight: 1
pre: <i class="fa-solid fa-code"></i>
but it didn’t help. There is config for my site. Are icons supported in this theme?
I’ve tried to add pre
menu:
main:
- identifier: about
name: About
url: /about/
weight: 1
pre: <i class="fa-solid fa-code"></i>
but it didn’t help. There is config for my site. Are icons supported in this theme?
No need to be unsure about it, look in the theme partial that build the menu and you see that it is not implemented.
You can copy this partial to the root of your project, i.e. layouts/partials/menu.html
and make any needed changes. Hugo will use this version instead of the one in the theme.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.