diff options
| author | John Nguyen <jtnguyen236@gmail.com> | 2015-09-19 16:51:02 +0800 |
|---|---|---|
| committer | John Nguyen <jtnguyen236@gmail.com> | 2015-09-19 16:51:02 +0800 |
| commit | 9ce37d705944430a2267b782a0e7c643a52a2848 (patch) | |
| tree | 0d3e86ac520d0e4cf74da9e9bf88ca610f8d372c /layouts/partials/footer.html | |
| parent | d67df9b5788c4c42a5549b0f9c9471d9cd4714cb (diff) | |
Added BaseURL to links
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1eb3f85..94f892d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,8 +17,8 @@ <!-- Bootstrap core JavaScript --> <!-- Placed at the end of the document so the pages load faster --> -<script src="/js/jquery-2.1.1.min.js"></script> -<script src="/js/owl.carousel.min.js"></script> +<script src="{{ .Site.BaseURL }}js/jquery-2.1.1.min.js"></script> +<script src="{{ .Site.BaseURL }}js/owl.carousel.min.js"></script> <!--<script src="/js/bootstrap.min.js"></script>--> <script> $(function() { |
