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 64d85dd commit 197ee31Copy full SHA for 197ee31
assets/js/sidebar/sidebar-list.js
@@ -80,8 +80,8 @@ export function initialize () {
80
81
items.push(el('li', {}, [
82
el('a', {href, translate}, [
83
- node.url ? el('i', {class: 'external-link ri-external-link-line'}) : null,
84
- node.nested_title || node.title
+ node.nested_title || node.title,
+ node.url ? el('i', {class: 'external-link ri-external-link-line'}) : null
85
].filter(Boolean)),
86
...childList(`node-${node.id}-headers`,
87
hasHeaders
0 commit comments