We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ff2f commit f15829bCopy full SHA for f15829b
layouts/shortcodes/dropdown.html
@@ -123,20 +123,20 @@
123
{{< /dropdown >}}
124
125
{{< dropdown >}}
126
-title = 'Nested dropdown'
+title = 'Nested dropdowns'
127
icon = 'fa-solid fa-folder'
128
body = '''
129
-This is a dropdown with a nested dropdown inside it.
+This is a dropdown with a dropdown inside it.
130
131
132
+title = 'Inner dropdown'
133
icon = 'fa-solid fa-code'
134
135
-Inside a dropdown in a dropdown!
+I'm inside a dropdown in a dropdown!
136
'''
137
138
139
-And more content after the inner dropdown.
+And here is some more content after the inner dropdown.
140
141
142
0 commit comments