diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 06430b7..8b64603 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -28,72 +28,6 @@ {{ end }} - +{{ partial "script/sidebar-script" . }} {{ partial "script/list-script" . }} {{ end }} \ No newline at end of file diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 90a0dff..583e7eb 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -27,73 +27,6 @@ {{ end }} - +{{ partial "script/sidebar-script" . }} {{ partial "script/taxo-script" . }} {{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index c2d6afa..c3f724c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -23,78 +23,6 @@ {{ end }} - +{{ partial "script/sidebar-script" . }} {{ partial "script/home-script" . }} {{ end }} \ No newline at end of file diff --git a/layouts/partials/script/sidebar-script.html b/layouts/partials/script/sidebar-script.html new file mode 100644 index 0000000..9092731 --- /dev/null +++ b/layouts/partials/script/sidebar-script.html @@ -0,0 +1,73 @@ +