Skip to content

Commit

Permalink
docs: Fix html template
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Oct 15, 2023
1 parent 8f63849 commit 051ae2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<link rel="stylesheet" href="torillic.css" />
</head>
<body>
<div #write>
<!-- content -->
</div>
<content>
<div id=write>
<!-- content -->
</div>
</content>
</body>

0 comments on commit 051ae2e

Please sign in to comment.