Skip to content

Commit

Permalink
Prepared footer for RingoJS 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Dec 13, 2016
1 parent 5214084 commit d203284
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="format-detection" content="telephone=no">

<title>{% block title %}RingoJS{% endblock %}</title>
Expand Down Expand Up @@ -86,20 +85,20 @@ <h1><a href="/"><img src="/static/ringojs-logo-white.svg" alt="RingoJS" title="H
<li><h4>Documentation</h4></li>
<li><a href="/documentation">Overview</a></li>
<li><a href="/api/master/">API Master</a></li>
<li><a href="/api/0.12/">API Release 0.12</a></li>
<li><a href="/api/1.0.0/">API Release 1.0.0</a></li>
</ul>

<ul>
<li><h4>Community</h4></li>
<li><a href="http://groups.google.com/group/ringojs">Mailing List</a></li>
<li><a href="https://groups.google.com/group/ringojs">Mailing List</a></li>
<li><a href="https://twitter.com/ringojs">@ringojs on Twitter</a></li>
</ul>

<ul>
<li><h4>Download</h4></li>
<li><a href="/download">Latest Release</a></li>
<li><a href="http://github.com/ringo/ringojs/zipball/master">Master as ZIP</a></li>
<li><a href="http://github.com/ringo/ringojs/tarball/master">Master as tarball</a></li>
<li><a href="https://github.com/ringo/ringojs/zipball/master">Master as ZIP</a></li>
<li><a href="https://github.com/ringo/ringojs/tarball/master">Master as tarball</a></li>
</ul>

<ul>
Expand All @@ -110,20 +109,5 @@ <h1><a href="/"><img src="/static/ringojs-logo-white.svg" alt="RingoJS" title="H

</nav>
</footer>


<script type="text/javascript">
(function() {
var stss = document.createElement('script');
stss.type = 'text/javascript';
stss.async = true;
stss.src = 'http://stats.nekapuzer.at/hit/?referer=' +
escape(document.referrer) +
'&site=ringojs' +
'&random=' + (new Date()).getTime();
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(stss, s);
})();
</script>
</body>
</html>

0 comments on commit d203284

Please sign in to comment.