Skip to content

Commit

Permalink
Cleanup (indenting, pointless <br/>)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poita committed Jan 22, 2012
1 parent c900aa4 commit df92ae9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
35 changes: 18 additions & 17 deletions _layouts/default.html
Expand Up @@ -5,26 +5,27 @@
<link rel="stylesheet" type="text/css" href="/style.css"/>
</head>
<body>
<div id="top"><a href="/">poita.org</a></div>
<div id="main">
<div id="right">
<p>This is the homepage of Peter Alexander.</p>
<p>I write code.</p>
<p>I make games.</p>
<div id="top"><a href="/">poita.org</a></div>
<div id="main">
<div id="right">
<p>This is the homepage of Peter Alexander.</p>
<p>I write code.</p>
<p>I make games.</p>

<h2>Recent Posts</h2>
{% for post in site.posts limit:3 %}
<a href="{{ post.url }}">{{ post.title }}</a><br/>
{% endfor %}
<h2>Recent Posts</h2>
{% for post in site.posts limit:3 %}
<a href="{{ post.url }}">{{ post.title }}</a><br/>
{% endfor %}

<h2>Links</h2>
<a href="https://github.com/Poita">github.com/Poita</a><br/>
<a href="https://twitter.com/#!/Poita_">@Poita_</a><br/>
<a href="https://plus.google.com/113406528604077476949">Google+</a><br/>
<h2>Links</h2>
<a href="https://github.com/Poita">github.com/Poita</a><br/>
<a href="https://twitter.com/#!/Poita_">@Poita_</a><br/>
<a href="https://plus.google.com/113406528604077476949">Google+</a><br/>
</div>
<div id="left">
{{ content }}
</div>
</div>
<div id="left">
{{ content }}
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down
1 change: 0 additions & 1 deletion _layouts/post.html
Expand Up @@ -6,7 +6,6 @@ <h1>{{ page.title }}</h1>
Posted: {{ page.date | date_to_string }} - <a href="{{ page.url }}">Link</a>
</div>
{{ content }}
<br/>

<div id="related">
{% if site.related_posts.length > 0 %}
Expand Down

0 comments on commit df92ae9

Please sign in to comment.