diff options
Diffstat (limited to 'examples/blog/layouts/partials/footer.html')
-rw-r--r-- | examples/blog/layouts/partials/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/blog/layouts/partials/footer.html b/examples/blog/layouts/partials/footer.html new file mode 100644 index 000000000..8945fa4ed --- /dev/null +++ b/examples/blog/layouts/partials/footer.html @@ -0,0 +1,5 @@ + + <script src="/js/jquery-1.11.3.min.js"></script> + <script src="/js/bootstrap.js"></script> +</body> +</html> |