mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Changed container to template literal
This commit is contained in:
parent
bab6b42e74
commit
c03758a91c
@ -38,7 +38,11 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'container',
|
'container',
|
||||||
{ type: 'expander', before: info => '<details><summary>' + info + '</summary>\n', after: '</details>\n' }
|
{
|
||||||
|
type: 'expander',
|
||||||
|
before: info => `<details><summary>${info}</summary>\n`,
|
||||||
|
after: '</details>\n'
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user