improve TOC style somewhat
This commit is contained in:
parent
415c5f56ef
commit
55e272eb2e
19 changed files with 60 additions and 54 deletions
|
@ -52,7 +52,7 @@ const videos = [
|
|||
</video>
|
||||
<p>
|
||||
Configuration by <Fragment set:html={author}/>
|
||||
{source ? <Fragment>(<a href={source}>source code</a>)</Fragment> : null}
|
||||
{source && <>(<a href={source}>source code</a>)</>}
|
||||
</p>
|
||||
</div>
|
||||
</div>)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue