more doc-utils documentation
This commit is contained in:
		| @@ -10,10 +10,24 @@ | ||||
| 	<link rel="stylesheet" href="_assets/prism.css"> | ||||
| </head> | ||||
| <body> | ||||
|  | ||||
| <script src="_assets/extras.js"></script> | ||||
| <color-scheme-toggle-button></color-scheme-toggle-button> | ||||
|  | ||||
| {{# page.outline_button }} | ||||
| <outline-button content-root="#root"></outline-button> | ||||
| {{/ page.outline_button }} | ||||
|  | ||||
| <div id="root"> | ||||
| <main> | ||||
| {{> .content }} | ||||
| </main> | ||||
|  | ||||
| <footer> | ||||
| 	<p class="left">Built with docs2website at <time datetime="{{ build_time.iso }}">{{ build_time.rfc2822 }}</time></p> | ||||
| 	<p class="right">Copyright 2023 James Brumond</p> | ||||
| </footer> | ||||
| </div> | ||||
|  | ||||
| </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user