@@ -9,7 +9,7 @@ print_row() {
9
9
<tr>
10
10
<td class=" version" >$1 </td>
11
11
<td class=" formats" >
12
- <a href=\" docs/$1 /\" >HTML</a> |
12
+ <a href=\" docs/$1 /index.html \" >HTML</a> |
13
13
<a href=\" docs/$1 /hyper.pdf\" >PDF</a>
14
14
</td>
15
15
</tr>
@@ -26,10 +26,9 @@ echo "
26
26
<meta charset=" UTF-8" >
27
27
<title>Hyper</title>
28
28
<link rel=" stylesheet" href=" static/style.css" >
29
- <link rel=" stylesheet" href=" static/fira/fira.css" >
30
- <link rel=" stylesheet" href=" static/fira-code/fira_code.css" >
31
29
<link rel=" stylesheet" href=" static/bootstrap/css/bootstrap.min.css" >
32
30
<link rel=" stylesheet" href=" static/overrides.css" >
31
+ <link href=\" https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans:400,400i,600\" rel=\" stylesheet\" >
33
32
<style>
34
33
#index {
35
34
max-width: 700px;
77
76
<h2>Documentation</h2>
78
77
<p>
79
78
Choose a version and a format of the documentation below, or just grab <a
80
- href=" docs/${latest} /" >the latest</a>.
79
+ href=" docs/${latest} /index.html " >the latest</a>.
81
80
</p>
82
81
83
82
<table class=\" versions table table-striped\" >
@@ -95,5 +94,25 @@ echo "
95
94
</table>
96
95
</div>
97
96
</div>
97
+ <footer class=" footer" role=" contentinfo" >
98
+ <div class=" footer-wrapper text-muted" >
99
+ <a href=" https://github.com/owickstrom/hyper" >Source Code on GitHub</a>
100
+ —
101
+ © Copyright 2016-2017 Oskar Wickström
102
+ —
103
+ <span class=" license" >
104
+ Licensed under
105
+ <a href=" https://raw.githubusercontent.com/owickstrom/hyper/master/LICENSE" >MPL-2.0</a>
106
+ </span>
107
+ </div>
108
+ </footer>
109
+ <script>
110
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
111
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
112
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
113
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
114
+ ga('create', 'UA-42197774-3', 'auto');
115
+ ga('send', 'pageview');
116
+ </script>
98
117
</body>
99
118
</html>"
0 commit comments