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