view _includes/footer.html @ 191:5de7c361bcaa

Strip footer from redundant information available in "Support/Help".
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 14:33:28 +0900
parents 3ecaed4b95e8
children
line wrap: on
line source

<footer class="column">
  <section>
  <div class="row">
    <div class="columns small-12">
      <div class="text-center">
        <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p>
        <small>
          Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
          This work is licensed under a
          <a rel="license" href="https://creativecommons.org/licenses/by-nd/4.0/">
          Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
          Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
        </small>
      </div>
    </div>
  </div>
  </section>
</footer>

<script>
  $(document).foundation();
</script>