annotate _includes/footer.html @ 90:fbd5bca94df2 kai

Let Jekyll do the current date.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 21:08:23 +0200
parents ed7a53f68316
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
1 <footer>
90
fbd5bca94df2 Let Jekyll do the current date.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 83
diff changeset
2 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
80
05b2f0d66aa8 Some website authoring. Should be completed right now.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 59
diff changeset
3 This work is licensed under a
05b2f0d66aa8 Some website authoring. Should be completed right now.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 59
diff changeset
4 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
83
ed7a53f68316 Add link to website repository.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 80
diff changeset
5 Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
ed7a53f68316 Add link to website repository.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 80
diff changeset
6 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
7 </footer>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
9 <script>
58
2e2e9feba1f3 Refactor top navigation.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 51
diff changeset
10 function topnav() {
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
11 var x = document.getElementById("myTopnav");
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
12 if (x.className === "topnav") {
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
13 x.className += " responsive";
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
14 } else {
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
15 x.className = "topnav";
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
16 }
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
17 }
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
18 </script>