From 294ae6f3f59b9da6b224a73c44c2baf339c8d985 Mon Sep 17 00:00:00 2001 From: MeiK Date: Fri, 8 Nov 2019 09:11:18 +0800 Subject: [PATCH] Fixes #1 --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 97ffdde..4f61b80 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -24,4 +24,4 @@ -{{ partial "script.html" }} \ No newline at end of file +{{ partial "script.html" . }} \ No newline at end of file