style: left fixed internal toc
This commit is contained in:
parent
b87fb9dfbc
commit
321d6a798b
2 changed files with 61 additions and 0 deletions
|
|
@ -3,6 +3,15 @@
|
|||
</head>
|
||||
<body id="body">
|
||||
<h1 :text="$page.title"></h1>
|
||||
|
||||
<div class="top-container" >
|
||||
<h1>Flow</h1>
|
||||
<div class="toc-container">
|
||||
<div class="vertical-text"> <a href="#body" :text="$page.title"></a></div>
|
||||
<div class="toc" :html="$page.toc()"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div :html="$page.content()"></div>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue