To highlight the menu selection in text
This change adds a new shortcode and style for menu items in text Adds shortcode `menu.html` for highlighting menu selection in text
This commit is contained in:
parent
8e972ea83f
commit
fcc4481017
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/menu.html
Normal file
1
layouts/shortcodes/menu.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<span class="menu">{{ .Get 0 }}</span>
|
Loading…
Reference in a new issue