Skip to content

Commit

Permalink
About image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-holland committed Aug 19, 2014
1 parent 486116b commit 42588d0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/screen.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</header>
</article>
{{/author}}
{{! The tag below includes the post loop - partials/post-loop.hbs }}
{{> "post-loop"}}
{{! The tag below includes the post loop - partials/post-loop.hbs }}
{{> "post-loop"}}
</div>
</section>

Expand Down
26 changes: 26 additions & 0 deletions tag.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{{!< default}}

{{! The comment above "< default" means - insert everything in this file into
the {body} of the default.hbs template, which contains our header/footer. }}

{{! The big featured header on the homepage, with the site logo and description }}
<header class="main-header tag-page-header">
<div class="grid-container grid-720">
<h1 id="tag-search"></h1>
</div>
</header>


<section id="post-container" role='main' class="main-section hide-post">
<div class="grid-container grid-720">
<section class="related-posts">
<small>Related posts</small>
</section>

{{! The tag below includes the post loop - partials/post-loop.hbs }}
{{> "post-loop"}}

{{!! After all the posts, we have the previous/next pagination links }}
{{pagination}}
</div>
</section>

0 comments on commit 42588d0

Please sign in to comment.