diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-24 22:09:48 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-24 22:09:48 +0200 |
| commit | a22abe6d63d549b433760307d0c36715aeb5b579 (patch) | |
| tree | d1396134555dca3326b3c582e2242102f5d057e6 | |
| parent | 841bc5e830ea905a7b065ff3ce2d24c6eaf32b07 (diff) | |
| download | gohugo-theme-ed-a22abe6d63d549b433760307d0c36715aeb5b579.tar.gz | |
Rename partial script.html -> scripts.html
| -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 |
