Skip to content

Commit

Permalink
Refactored some more code into the "default" layout to reduce duplica…
Browse files Browse the repository at this point in the history
…tion in future pages.
  • Loading branch information
soh-cah-toa committed Jul 21, 2011
1 parent 2fac907 commit 7437336
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
20 changes: 20 additions & 0 deletions _layouts/default.html
Expand Up @@ -78,7 +78,27 @@
</head>

<body>
<a href="http://github.com/parrot/plumage"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="http://github.com/parrot/plumage/zipball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/parrot/plumage/tarball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/parrot/plumage">plumage</a></h1>

<div class="description">
package manager for Parrot
</div>

{{ content }}
<footer>
get the source code on GitHub : <a href="http://github.com/parrot/plumage">parrot/plumage</a>
</footer>
</body>
</html>

21 changes: 0 additions & 21 deletions index.html
Expand Up @@ -3,23 +3,6 @@
title: parrot/plumage @ GitHub
---

<a href="http://github.com/parrot/plumage"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="http://github.com/parrot/plumage/zipball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/parrot/plumage/tarball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/parrot/plumage">plumage</a></h1>

<div class="description">
package manager for Parrot
</div>

<p>Plumage is a package manager for the Parrot VM module ecosystem. With it, you can perform tasks such as searching, installing, and testing modules in the ecosystem.</p>

<p>The ecosystem currently includes various compilers targeting Parrot, libraries, language bindings, and more.</p>
Expand Down Expand Up @@ -65,8 +48,4 @@ <h2>Authors</h2>
<br/>Stephen Weeks (tene@allalone.org)
<br/>Whiteknight (wknight8111@gmail.com)
</p>

<footer>
get the source code on GitHub : <a href="http://github.com/parrot/plumage">parrot/plumage</a>
</footer>
</div>

0 comments on commit 7437336

Please sign in to comment.