shithub: hugo

ref: c38d694f563ac2047824bb43befa2876879756d7
dir: /docs/layouts/chrome/footer.html/

View raw version
        </div>
      </div>
    </div>

    <div class="container">
      <hr>
      <footer id="footer">
            <p class="pull-right"><a href="#top">Back to top</a></p>
            Made by <a href="http://spf13.com">Steve Francia</a>.<br>
            Code licensed under the <a href="https://github.com/spf13/hugo/blob/master/LICENSE.md">Simple Public License 2.0</a>.<br>
      </footer>
      </div>
      <script src="/static/js/jquery.js"></script>
      <script src="/static/js/bootstrap.min.js"></script>

      <script>
        $(document).ready(function() {
            $("nav#TableOfContents a").click(function() {
                $("html, body").animate({
                    scrollTop: $($(this).attr("href")).offset().top-25 + "px"
                }, {
                    duration: 450,
                });
                return false;
            });
        });
    </script>
    {{ template "chrome/analytics.html" . }}

  </body>

</html>