diff options
author | altaf-creator <athaalaa@gmail.com> | 2024-03-16 17:48:01 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2024-03-16 17:48:01 +0700 |
commit | 3d0ccfba34d6371b41e877189b78599ae7b2f98a (patch) | |
tree | ea1acfc1a9c545537144edc18124dd16ed9d5099 /about | |
parent | 06857f20a528d5e7e5d3d2be5c3d4f836c7f366f (diff) |
new branch! decided to revive this old project. lessons now support markdown, rebrand?
Diffstat (limited to 'about')
-rw-r--r-- | about/author.html | 1 | ||||
-rw-r--r-- | about/school.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/about/author.html b/about/author.html index e1d880a..1c279ee 100644 --- a/about/author.html +++ b/about/author.html @@ -68,6 +68,7 @@ </div> <script src="/scripts/toc.js"></script> + <script src="/scripts/onload/toc.js"></script> <script src="/scripts/sidebar.js"></script> </body> </html>
\ No newline at end of file diff --git a/about/school.html b/about/school.html index 1eff0c5..b8a4587 100644 --- a/about/school.html +++ b/about/school.html @@ -178,6 +178,7 @@ </div> <script src="/scripts/toc.js"></script> + <script src="/scripts/onload/toc.js"></script> <script src="/scripts/sidebar.js"></script> </body> </html>
\ No newline at end of file |