Skip to content

Commit f15829b

Browse files
Update content for nested dropdowns
1 parent be4ff2f commit f15829b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/shortcodes/dropdown.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,20 @@
123123
{{< /dropdown >}}
124124

125125
{{< dropdown >}}
126-
title = 'Nested dropdown'
126+
title = 'Nested dropdowns'
127127
icon = 'fa-solid fa-folder'
128128
body = '''
129-
This is a dropdown with a nested dropdown inside it.
129+
This is a dropdown with a dropdown inside it.
130130

131131
{{< dropdown >}}
132-
title = 'Nested dropdown'
132+
title = 'Inner dropdown'
133133
icon = 'fa-solid fa-code'
134134
body = '''
135-
Inside a dropdown in a dropdown!
135+
I'm inside a dropdown in a dropdown!
136136
'''
137137
{{< /dropdown >}}
138138

139-
And more content after the inner dropdown.
139+
And here is some more content after the inner dropdown.
140140
'''
141141
{{< /dropdown >}}
142142

0 commit comments

Comments
 (0)