diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
| -rw-r--r-- | layouts/partials/scripts.html (renamed from layouts/partials/script.html) | 0 |
2 files changed, 1 insertions, 1 deletions
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 @@ <label for="sidebar-checkbox" class="sidebar-toggle"></label> - {{- partial "script.html" . -}} + {{- partial "scripts.html" . -}} </body> </html> diff --git a/layouts/partials/script.html b/layouts/partials/scripts.html index e69de29..e69de29 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/scripts.html |
