Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-19 18:03:48 +0300
committerGitHub <noreply@github.com>2017-05-19 18:03:48 +0300
commit0b992f9031ebfbb255958d37e0ead5ed9e214a41 (patch)
tree0ab253a0ee724f7046fe676b46b5f4d20e36cc78 /layouts/partials
parent5b766e3b9d17c1a26513cf2b867620fbf75f5fcf (diff)
parent310c1b4a269040d35c7730cae5089beb07f785da (diff)
Merge pull request #84 from AdvanceTechMedia/fix-footer-partial-call
partial calls require .html suffix
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 65916c7..849c0f5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -17,7 +17,7 @@
</div>
</div>
</div>
-{{ partial "footer_scripts" . }}
+{{ partial "footer_scripts.html" . }}
</body>
</html>