add nav script
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 Jun 2016 11:45:21 +0000 (13:45 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 Jun 2016 11:45:21 +0000 (13:45 +0200)
src/psensor/docinfo.html [new file with mode: 0644]
src/psensor/index.adoc
www/psensor/index.html
www/psensor/nav.js [new file with mode: 0644]

diff --git a/src/psensor/docinfo.html b/src/psensor/docinfo.html
new file mode 100644 (file)
index 0000000..8afb5ff
--- /dev/null
@@ -0,0 +1,2 @@
+<script src="nav.js"></script>
+
index 5aaf8b9..e825941 100644 (file)
@@ -1,4 +1,5 @@
 = psensor
+:docinfo2:
 
 == A Graphical Temperature Monitoring Application
 
index c556add..df5aedb 100644 (file)
@@ -8,6 +8,8 @@
 <title>psensor</title>
 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
 <link rel="stylesheet" href="./asciidoctor.css">
+<script src="nav.js"></script>
+
 </head>
 <body class="article">
 <div id="header">
@@ -202,7 +204,7 @@ don’t hesitate to report it.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-13 13:22:17 CEST
+Last updated 2016-06-13 13:43:10 CEST
 </div>
 </div>
 </body>
diff --git a/www/psensor/nav.js b/www/psensor/nav.js
new file mode 100644 (file)
index 0000000..9548a4b
--- /dev/null
@@ -0,0 +1 @@
+console.log("OK");