comparison _includes/footer.html @ 103:34cd51c807b1

Some code refactoring.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:49:54 +0100
parents 8d1c300f0a3a
children aaf612aece2b
comparison
equal deleted inserted replaced
102:8d1c300f0a3a 103:34cd51c807b1
33 <div class="columns small-12"> 33 <div class="columns small-12">
34 <div class="text-center"> 34 <div class="text-center">
35 <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p> 35 <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p>
36 <small> 36 <small>
37 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton. 37 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
38 This work is licensed under a 38 This work is licensed under a
39 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"> 39 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
40 Creative Commons Attribution-NoDerivatives 4.0 International License</a>. 40 Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
41 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>. 41 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
42 </small> 42 </small>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
46 </section> 46 </section>