mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Changed container to template literal
This commit is contained in:
parent
bab6b42e74
commit
c03758a91c
@ -38,7 +38,11 @@ module.exports = {
|
||||
],
|
||||
[
|
||||
'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