mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Dactyl - fix key inheritence from target, pre-gen sidebar; fee voting - fix header hierarchy
This commit is contained in:
12
tool/template-contentwithtoc.html
Normal file
12
tool/template-contentwithtoc.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class='devportal_wrapper'>
|
||||
<aside class='sidebar' role='complementary'>
|
||||
<ul class='dev_nav_sidebar' id='dactyl_toc_sidebar'>
|
||||
{{ sidebar_content }}
|
||||
</ul>
|
||||
</aside>
|
||||
<main class='main' role='main'>
|
||||
<div class='content'>
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
Reference in New Issue
Block a user