cleaned out everything
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>Git Ref - {{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" charset="utf-8"/>
|
||||
<script src="/javascripts/jquery.js" type="text/javascript" charset="utf-8"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id='wrapper'>
|
||||
<div id='header'>
|
||||
<h1>Git Reference</h1>
|
||||
</div>
|
||||
<div id='menu'>
|
||||
<ul>
|
||||
<li><a href='/'>Home</a></li>
|
||||
<li><a href='/book'>Book</a></li>
|
||||
<li><a href='/blog.html'>Blog</a></li>
|
||||
<li><a href='/about.html'>About</a></li>
|
||||
<li><a href='/support.html'>Support Us</a></li>
|
||||
<li><a href='http://github.com/progit' target='_blank' rel='me'>GitHub</a></li>
|
||||
<li><a href='http://twitter.com/progitbook' target='_blank' rel='me'>Twitter</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id='content'>
|
||||
{{ content }}
|
||||
<div class='clearfix'></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id='footer'>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,38 +0,0 @@
|
||||
---
|
||||
layout: master
|
||||
---
|
||||
<div class='post'>
|
||||
<span class='date'>{{page.date | date_to_string}}</span>
|
||||
<h1>
|
||||
<a href='http://feeds.feedburner.com/ProGitBook' class='float-right'><img src='/images/subscribe.png' alt='Subscribe'/></a>
|
||||
<a href='{{page.url}}'>{{page.title}}</a>
|
||||
</h1>
|
||||
<small>by Scott Chacon</small>
|
||||
<div class='body'>
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="book-ad">
|
||||
<a href="http://www.amazon.com/gp/product/1430218339?ie=UTF8&tag=prgi-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=1430218339"><img border="0" height="55" src="http://ecx.images-amazon.com/images/I/5133mQJaUgL._SL500_AA300_.jpg"></a>
|
||||
<img src="http://www.assoc-amazon.com/e/ir?t=prgi-20&l=as2&o=1&a=1430218339" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
|
||||
<a href="http://www.amazon.com/gp/product/1430218339?ie=UTF8&tag=prgi-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=1430218339">Support this site by buying a copy of the book</a>
|
||||
</div>
|
||||
|
||||
<div class="related">
|
||||
<h3>Related Posts</h3>
|
||||
<table class="post-list">
|
||||
{% for post in site.related_posts limit:3 %}
|
||||
<tr>
|
||||
<th><a href='{{ post.url }}'>{{ post.title }}</a></th>
|
||||
<td>{{ post.date | date_to_string }}</td>
|
||||
<td><a href='{{post.url}}#disqus_thread'>Comments</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
var disqus_url = "http://progit.org/{{page.url}}";
|
||||
</script>
|
||||
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/scottchacon/embed.js"></script><noscript><a href="http://scottchacon.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
|
Reference in New Issue
Block a user