From 9f670e9ab00373e957834ee4d0ff58b427f94771 Mon Sep 17 00:00:00 2001 From: Tieptk Date: Wed, 24 Jan 2024 11:49:22 +0700 Subject: [PATCH] update menu --- template/home/home.html | 404 +----------------------------- template/javascript/global.html | 26 ++ template/javascript/homepage.html | 346 +++++++++++++++++++++++++ template/javascript/index.html | 4 + template/theme.html | 4 + 5 files changed, 381 insertions(+), 403 deletions(-) create mode 100644 template/javascript/global.html create mode 100644 template/javascript/homepage.html create mode 100644 template/javascript/index.html diff --git a/template/home/home.html b/template/home/home.html index 08323f1..8a5ba30 100644 --- a/template/home/home.html +++ b/template/home/home.html @@ -350,406 +350,4 @@ - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/template/javascript/global.html b/template/javascript/global.html new file mode 100644 index 0000000..6649ea0 --- /dev/null +++ b/template/javascript/global.html @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/template/javascript/homepage.html b/template/javascript/homepage.html new file mode 100644 index 0000000..a6eaceb --- /dev/null +++ b/template/javascript/homepage.html @@ -0,0 +1,346 @@ + + + \ No newline at end of file diff --git a/template/javascript/index.html b/template/javascript/index.html new file mode 100644 index 0000000..2d5a063 --- /dev/null +++ b/template/javascript/index.html @@ -0,0 +1,4 @@ +{% include javascript/global %} + + +{% include javascript/homepage %} \ No newline at end of file diff --git a/template/theme.html b/template/theme.html index d6b301b..746bc6b 100644 --- a/template/theme.html +++ b/template/theme.html @@ -438,6 +438,10 @@ + + + {% include javascript/index %} + \ No newline at end of file