mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Add link to web page source code
This commit is contained in:
parent
84e20f4d02
commit
f4884967f7
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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 →</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>
|
||||
|
|
Loading…
Reference in a new issue