Add link to web page source code

This commit is contained in:
Steve Purcell 2015-02-03 09:34:34 +00:00
parent 84e20f4d02
commit f4884967f7
2 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,9 @@ h1, .navbar, .navbar .brand, .navbar a, .navbar .nav>li>a {
header.navbar {
background-color: #fafafa;
}
footer {
margin-top: 4em;
}
pre code { /* Match highlight.js styles to bootstrap */
padding: 0;
background: transparent;

View file

@ -40,6 +40,9 @@
</ul>
</noscript>
</main>
<footer class="container">
<small><a href="https://github.com/milkypostman/melpa/blob/master/html/js/melpa.js">Source code for this page &rarr;</a></small>
</footer>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"></script>