From a22abe6d63d549b433760307d0c36715aeb5b579 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 24 Apr 2022 22:09:48 +0200 Subject: Rename partial script.html -> scripts.html --- layouts/_default/baseof.html | 2 +- layouts/partials/script.html | 0 layouts/partials/scripts.html | 0 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 layouts/partials/script.html create mode 100644 layouts/partials/scripts.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b47989b..e555192 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -31,6 +31,6 @@ - {{- partial "script.html" . -}} + {{- partial "scripts.html" . -}} diff --git a/layouts/partials/script.html b/layouts/partials/script.html deleted file mode 100644 index e69de29..0000000 diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3