Bootstrap Icons in menu #83
-
|
Is is possible to use Bootstrap Icons inside of menu entries? I have seen some examples using the pre property in menu entries to add an icon, but not having much luck. |
Beta Was this translation helpful? Give feedback.
Answered by
willfaught
Jul 26, 2024
Replies: 2 comments
-
|
v0.91.0 renders menu names as Markdown, so this should now work: [[languages.en.menu.main]]
name = '<i class="bi bi-house"></i> Home'
url = "/"
weight = 10 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scluff
-
|
Nice! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v0.91.0 renders menu names as Markdown, so this should now work: