shithub: hugo

ref: f271faea066c47817c8a9a62ef5509a151452d6a
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>